Skip to content

add Monad.sequence#92

Merged
chrisdone-artificial merged 1 commit intochrisdone:mainfrom
austin-artificial:austin/monad-sequence
Mar 24, 2025
Merged

add Monad.sequence#92
chrisdone-artificial merged 1 commit intochrisdone:mainfrom
austin-artificial:austin/monad-sequence

Conversation

@austin-artificial
Copy link
Copy Markdown
Contributor

Does what it says on the tin.

How I tested it:

main = do 
  xs <- Monad.sequence [IO.pure 1, IO.pure 2]
  let sum = List.foldl' Int.plus 0 xs
  Text.putStrLn (Show.show sum)

@chrisdone-artificial chrisdone-artificial merged commit bf09584 into chrisdone:main Mar 24, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants