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
The following is valid Haskell, so it'd be nice for it to be supported by Frege. For now (as a workaround), I'm simply dedenting the where token by one character.
foo::Monadm=>m()
foo =do
x <- y
return x
where
y =return()
The text was updated successfully, but these errors were encountered:
The following is valid Haskell, so it'd be nice for it to be supported by Frege. For now (as a workaround), I'm simply dedenting the
where
token by one character.The text was updated successfully, but these errors were encountered: