package profunctor

  1. Overview
  2. Docs
type 'a t
val conv : 'a t -> ('a -> 'b) -> ('b -> 'a) -> 'b t
val both : 'a t -> 'b t -> ('a * 'b) t