merlin-lib.ocaml_typing
Scalar.Operation
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
merlin-lib.index_format
merlin-lib.kernel
merlin-lib.ocaml_merlin_specific
merlin-lib.ocaml_parsing
merlin-lib.ocaml_preprocess
merlin-lib.ocaml_utils
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.sherlodoc
merlin-lib.utils
ppxlib
yojson
type 'mode info = {
can_raise : bool;
result : 'mode t;
}
module Unary : sig ... end
module Binary : sig ... end
type 'mode t =
| Unary of 'mode Unary.t
| Binary of 'mode Binary.t
val map : 'a t -> f:('a -> 'b) -> 'b t
val sort : any_locality_mode t -> Jkind_types.Sort.Const.t list
val arity : _ t -> int
val info : 'a t -> 'a info
val to_string : any_locality_mode t -> string
module With_percent_prefix : sig ... end