package bastet

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

Parameters

Signature

module FM : sig ... end
module I : sig ... end
type acc = {
  1. init : bool;
  2. acc : M.t;
}
val fold : M.t F.t -> M.t
val intercalate : separator:M.t -> M.t F.t -> M.t