package bastet

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tuple.BiapplySource

include Interface.BIFUNCTOR with type ('a, 'b) t = 'a * 'b
Sourcetype ('a, 'b) t = 'a * 'b
Sourceval bimap : ('a -> 'b) -> ('c -> 'd) -> ('a, 'c) t -> ('b, 'd) t
Sourceval biapply : ('a -> 'b, 'c -> 'd) t -> ('a, 'c) t -> ('b, 'd) t
OCaml

Innovation. Community. Security.