package bastet

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

Module Foldable.MonoidSource

Parameters

Signature

Sourcemodule FM : sig ... end
Sourcemodule I : sig ... end
Sourcetype acc = {
  1. init : bool;
  2. acc : M.t;
}
Sourceval fold : M.t F.t -> M.t
Sourceval intercalate : separator:M.t -> M.t F.t -> M.t