123456789101112131415161718192021222324252627282930313233343536(**************************************************************************)(* *)(* OCaml *)(* *)(* Raphaël Proust *)(* *)(* Copyright 2022 Nomadic Labs *)(* *)(* 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(**/**)(* Useful for tests, possibly also for other uses? *)moduleIdentity1=Identity1moduleIdentity2=Identity2