Is there an option (maybe) wokflow (monad) in the standrd F# library?
I\'ve found a dozen of hand-made implementations (1, 2) of this workflow, but I don\'t really w
There's no Maybe monad in the standard F# library. You may want to look at FSharpx, a F# extension written by highly-qualified members of F# community, which has quite a number of useful monads.