lsp.stdune
Monoid.Forall
The monoid you get with empty = true and combine = ( && ).
empty = true
combine = ( && )
lsp
lsp.fiber
lsp.fiber_unix
lsp.filesystem_stubs
type t = bool
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