merlin-lib.ocaml_typing
Patterns.Simple
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 = [
| `Any
| `Constant of Ocaml_parsing.Asttypes.constant
| `Tuple of Typedtree.pattern list
| `Construct of Ocaml_parsing.Longident.t Ocaml_parsing.Asttypes.loc * Types.constructor_description * Typedtree.pattern list
| `Variant of Ocaml_parsing.Asttypes.label * Typedtree.pattern option * Types.row_desc ref
| `Record of (Ocaml_parsing.Longident.t Ocaml_parsing.Asttypes.loc * Types.label_description * Typedtree.pattern) list * Ocaml_parsing.Asttypes.closed_flag
| `Array of Typedtree.pattern list
| `Lazy of Typedtree.pattern
]
type pattern = view Typedtree.pattern_data
val omega : [> view ] Typedtree.pattern_data