Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active June 13, 2017 12:02
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 deque-blog/e7708d95f738388fd2a9b56358688a54 to your computer and use it in GitHub Desktop.
Save deque-blog/e7708d95f738388fd2a9b56358688a54 to your computer and use it in GitHub Desktop.
Idris> :doc Monad
Interface Monad
Parameters:
m
Constraints:
Applicative m
Methods:
(>>=) : Monad m => m a -> (a -> m b) -> m b
join : Monad m => m (m a) -> m a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment