package soteria

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Syntaxes.Option

include Soteria_std.Monad.Syntax with type 'a t := 'a option
val (let*) : 'a option -> ('a -> 'b option) -> 'b option
val (let+) : 'a option -> ('a -> 'b) -> 'b option
val (let/) : 'a option -> (unit -> 'a option) -> 'a option
val (let-) : 'a option -> (unit -> 'a) -> 'a