Module type Monad_intf.Syntax
Opening a module of this type allows one to use the %bind
and %map
syntax extensions defined by ppx_let, and brings return
into scope.
module Let_syntax : sig ... end
Monad_intf.Syntax
Opening a module of this type allows one to use the %bind
and %map
syntax extensions defined by ppx_let, and brings return
into scope.
module Let_syntax : sig ... end