Open aripiprazole opened 2 years ago
Create do-notation syntax. Do notation is a notation to make easier to use the Monad.>>= function. This should be converted in a separate step known as desugar.
do-notation
Monad.>>=
desugar
iterating : List String -> Unit iterating list = do x <- list unsafePrint x
Create
do-notation
syntax. Do notation is a notation to make easier to use theMonad.>>=
function. This should be converted in a separate step known asdesugar
.