Module type Monad_intf.S_without_syntax
module Monad_infix : Infix with type 'a t := 'a tval return : 'a -> 'a treturn vreturns the (trivial) computation that returns v.
Monad_intf.S_without_syntaxmodule Monad_infix : Infix with type 'a t := 'a tval return : 'a -> 'a treturn v returns the (trivial) computation that returns v.