You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moduleMainwheredataFoo=Foo{bar::Int
, baz::Int}derivingShowmain::IO()
main =dolet foo =Foo {
bar =0
, baz =0
}
putStrLn$show foo
After you go to the line with "baz = 0" and press Enter, Emacs displays "Illegal token: layout-item" in statusbar and indentation no longer works after this point.