merlin-lib.ocaml_typing
Patterns.General
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_utils
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.sherlodoc
merlin-lib.utils
type view = [
| Half_simple.view
| `Var of Ident.t * string Ocaml_parsing.Asttypes.loc
| `Alias of Typedtree.pattern * Ident.t * string Ocaml_parsing.Asttypes.loc
]
type pattern = view Typedtree.pattern_data
val view : Typedtree.pattern -> pattern
val erase : [< view ] Typedtree.pattern_data -> Typedtree.pattern
val strip_vars : pattern -> Half_simple.pattern