Up

Module Let_syntax

Signature

type 'a t

substituted below

val return : 'a -> 'a t

substituted below

val map : 'a t -> f:('a -> 'b) -> 'b t
val both : 'a t -> 'b t -> ('a * 'b) t
module Open_on_rhs = Param
module Open_in_body : sig .. end