Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 13:57
Show Gist options
  • Save SteveGilham/ccc46c41505c5c31c56d to your computer and use it in GitHub Desktop.
Save SteveGilham/ccc46c41505c5c31c56d to your computer and use it in GitHub Desktop.
Option monad example
let result = option {
let! y = f x
let! z = g y
return! h z};;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment