Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 14:06
Show Gist options
  • Select an option

  • Save SteveGilham/a473e79c3cfd1a9f6820 to your computer and use it in GitHub Desktop.

Select an option

Save SteveGilham/a473e79c3cfd1a9f6820 to your computer and use it in GitHub Desktop.
let (>=>) f g
= fun x -> (f x) >>= g;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment