Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 14:09
Show Gist options
  • Save SteveGilham/afa68d4a6d3ddd78fcb0 to your computer and use it in GitHub Desktop.
Save SteveGilham/afa68d4a6d3ddd78fcb0 to your computer and use it in GitHub Desktop.
Monad of unit
let (>>) m1 m2 = m1 >>= fun () -> m2;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment