Functor.Syntax
module Core : Preface_specs.Functor.CORE
type 'a t = 'a Core.t
The type held by the Functor.
Functor
val let+ : 'a t -> ('a -> 'b) -> 'b t
let operator for mapping.
let