package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t = 'a * 'b
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