package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val (<.) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
module type FOLD = sig ... end
module Fold_Map (M : Interface.MONOID) (F : FOLD) : sig ... end
module Fold_Map_Any (M : Interface.MONOID_ANY) (F : FOLD) : sig ... end
module Fold_Map_Plus (P : Interface.PLUS) (F : FOLD) : sig ... end
module type FOLD_MAP = sig ... end
module Fold (F : FOLD_MAP) : sig ... end
module type TRAVERSE = sig ... end
module type SEQUENCE = sig ... end
module Sequence (T : TRAVERSE) : sig ... end
module Traverse (S : SEQUENCE) : sig ... end