Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 287 Bytes

File metadata and controls

13 lines (10 loc) · 287 Bytes

Do.fs

F# optimized Computation Expressions for built-in types.

Features

  • Self-contained single source file.
  • Optimized with InlineIfLambda.

Builders

  • Option<'a>: Do.option
  • ValueOption<'a>: Do.voption
  • Result<'a, 'e>: Do.result
  • Lazy<'a> : Do.lazily