lsp.stdune
Monoid.Endofunction
Endofunctions, i.e., functions of type t -> t form the following monoid:
t -> t
lsp
lsp.fiber
lsp.fiber_unix
lsp.filesystem_stubs
module A : sig ... end
type t = A.t -> A.t
val empty : t
Must be the identity of combine:
combine
val combine : t -> t -> t
Must be associative:
module O : sig ... end
val reduce : t list -> t
val map_reduce : f:('a -> t) -> 'a list -> t