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
Implement a command for do-notation desugaring.
It should convert do notation to bind notation.
Example: /undo do { x <- getLine; print x } getLine >>= \ x -> print x
The text was updated successfully, but these errors were encountered:
Implement a command for
do
-notation desugaring.It should convert do notation to bind notation.
Example:
/undo do { x <- getLine; print x }
getLine >>= \ x -> print x
The text was updated successfully, but these errors were encountered: