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
I started going through some of the tutorial using "roc repl" and I'm curious if the repl is planning on having automatic indentation when creating functions. Example below
» test = \a -> (press enter after the ->)
… a (press enter - doesn't auto indent) -- compiler sad (error)
» test = \a -> (press enter after the ->)
… a (press space, press enter) -- compiler happy
The text was updated successfully, but these errors were encountered:
I started going through some of the tutorial using "roc repl" and I'm curious if the repl is planning on having automatic indentation when creating functions. Example below
» test = \a -> (press enter after the ->)
… a (press enter - doesn't auto indent) -- compiler sad (error)
» test = \a -> (press enter after the ->)
… a (press space, press enter) -- compiler happy
The text was updated successfully, but these errors were encountered: