1234567891011121314151617181920212223242526272829303132(**************************************************************************)(* *)(* OCaml *)(* *)(* Raphaël Proust *)(* *)(* Copyright 2022 Nomadic Labs *)(* Copyright 2025 Raphaël Proust *)(* *)(* All rights reserved. This file is distributed under the terms of *)(* the GNU Lesser General Public License version 2.1, with the *)(* special exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)(** Signatures for all the functors exported afterwards. The documentation of
this module also introduces some general concepts of the library. It is a
recommended reading for all users of the library. *)moduleSigs=structincludeSigs1includeSigs2end(** Functors to generate monadic traversors over the {!Stdlib.Seq.t} type. *)moduleStandard=Standard(** Functors to generate specialised monadic variants of the {!Stdlib.Seq.t}
type along with all the traversor and transformer functions. *)moduleMonadic=structincludeMonadic1includeMonadic2end