Is there a standard option workflow in F#?

前端 未结 3 1237
半阙折子戏
半阙折子戏 2021-01-07 17:01

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

3条回答
  •  花落未央
    2021-01-07 17:44

    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.

提交回复
热议问题