package profunctor

  1. Overview
  2. Docs

Parameters

Signature

type ('b, 'a) t = 'b F.t
include S with type ('b, 'a) t := ('b, 'a) t
val map : ('a, 'u) t -> f:('a -> 'b) -> ('b, 'u) t
val contra_map : ('u, 'b) t -> f:('a -> 'b) -> ('u, 'a) t
val both : ('a, 'i) t -> ('b, 'i) t -> ('a * 'b, 'i) t
module Of_record : Record_builder with type 'a profunctor_term = 'a F.t and type ('b, 'a) profunctor = ('b, 'a) t