merlin-lib.ocaml_utils
Diffing_with_keys.Define
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
merlin-lib.kernel
merlin-lib.ocaml_compression
merlin-lib.ocaml_merlin_specific
merlin-lib.ocaml_parsing
merlin-lib.ocaml_preprocess
merlin-lib.ocaml_typing
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.sherlodoc
merlin-lib.utils
module D : Diffing.Defs with type eq := unit
type diff = (D.left, D.right, D.diff) mismatch
type left = D.left with_pos
type right = D.right with_pos
type composite_change = (D.left, D.right, D.diff) change
Composite changes and patches
type patch = composite_change list
type change = (left, right, unit, diff) Diffing.change
Atomic changes
module type Parameters = sig ... end
module Simple (_ : Parameters) : sig ... end