package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a t = ('a, float) result
val map : ('a -> 'b) -> 'a t -> 'b t
val fold_left : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'a
val fold_right : ('b -> 'a -> 'a) -> 'a -> 'b t -> 'a
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
type 'a applicative_t = 'a Array.Applicative.t
val traverse : ('a -> 'b applicative_t) -> 'a t -> 'b t applicative_t
val sequence : 'a applicative_t t -> 'a t applicative_t