Skip to content

Instantly share code, notes, and snippets.

@hrajchert
Created May 13, 2019 03:55
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 hrajchert/5a84f9db7204ff7d855f017157adf4bc to your computer and use it in GitHub Desktop.
Save hrajchert/5a84f9db7204ff7d855f017157adf4bc to your computer and use it in GitHub Desktop.
foo :: M Int
bar :: M String
zoo :: Int -> String -> M Boolean
what :: M Boolean
what = do
int <- foo
str <- bar
zoo int str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment