package bastet

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

Module Tuple.BitraversableSource

Parameters

Signature

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
include Interface.BIFOLDABLE with type ('a, 'b) t := ('a, 'b) t
Sourceval bifold_left : ('c -> 'a -> 'c) -> ('c -> 'b -> 'c) -> 'c -> ('a, 'b) t -> 'c
Sourceval bifold_right : ('a -> 'c -> 'c) -> ('b -> 'c -> 'c) -> 'c -> ('a, 'b) t -> 'c
Sourcemodule Fold_Map (M : Interface.MONOID) : sig ... end
Sourcemodule Fold_Map_Any (M : Interface.MONOID_ANY) : sig ... end
Sourcemodule Fold_Map_Plus (P : Interface.PLUS) : sig ... end
Sourcetype 'a applicative_t = 'a A.t
Sourceval bitraverse : ('a -> 'c applicative_t) -> ('b -> 'd applicative_t) -> ('a, 'b) t -> ('c, 'd) t applicative_t
Sourceval bisequence : ('a applicative_t, 'b applicative_t) t -> ('a, 'b) t applicative_t
OCaml

Innovation. Community. Security.