package bastet

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

Parameters

Signature

module I : sig ... end
type ('a, 'b) t = ('a, 'b) Pervasives.result
and 'a applicative_t = 'a A.t
include Interface.BIFUNCTOR with type ('a, 'b) t := ('a, 'b) t
val bimap : ('a -> 'b) -> ('c -> 'd) -> ('a, 'c) t -> ('b, 'd) t
include Interface.BIFOLDABLE with type ('a, 'b) t := ('a, 'b) t
val bifold_left : ('c -> 'a -> 'c) -> ('c -> 'b -> 'c) -> 'c -> ('a, 'b) t -> 'c
val bifold_right : ('a -> 'c -> 'c) -> ('b -> 'c -> 'c) -> 'c -> ('a, 'b) t -> 'c
module Fold_Map (M : Interface.MONOID) : sig ... end
module Fold_Map_Any (M : Interface.MONOID_ANY) : sig ... end
module Fold_Map_Plus (P : Interface.PLUS) : sig ... end
val bitraverse : ('a -> 'b A.t) -> ('c -> 'd A.t) -> ('a, 'c) result -> ('b, 'd) result A.t
val bisequence : ('a A.t, 'b A.t) result -> ('a, 'b) result A.t
OCaml

Innovation. Community. Security.