Composition.Makemodule _ :
Axiom
with type 'a interior = 'a Interior.t
and type 'a exterior = 'a Exterior.ttype 'a t = 'a Interior.t Exterior.tval return : 'a -> 'a tmodule Bool : sig ... endmonadic convenience functions around booleans
module Option : sig ... endapplying monadic functions to the option type
module List : sig ... endapplying monadic functions to lists
module Operators : sig ... end