Skip to content

Instantly share code, notes, and snippets.

@dminuoso

dminuoso/f.hs Secret

Created October 19, 2021 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dminuoso/16bd907d520325722cfcf1f148395814 to your computer and use it in GitHub Desktop.
Save dminuoso/16bd907d520325722cfcf1f148395814 to your computer and use it in GitHub Desktop.
x :: IO ()
x = f >>= \i ->
g >>
h i >>= \h ->
pure (i + h)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment