package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Interface.BIAPPLY with type ('a, 'b) t = 'a * 'b
include Interface.BIFUNCTOR with type ('a, 'b) t = 'a * 'b
type ('a, 'b) t = 'a * 'b
val bimap : ('a -> 'b) -> ('c -> 'd) -> ('a, 'c) t -> ('b, 'd) t
val biapply : ('a -> 'b, 'c -> 'd) t -> ('a, 'c) t -> ('b, 'd) t
val bipure : 'a -> 'b -> ('a, 'b) t