Module Env_lookup.Namespace
Namespaces describe in which section of the environment an item should be looked for.
val to_string : Merlin_analysis.Env_lookup.Namespace.t -> stringtype inferred = [ | `Constr| `Labels| `Mod| `Modtype| `This_cstr of Ocaml_typing.Types.constructor_description| `This_label of Merlin_analysis.Env_lookup.Namespace.packed_label_description| `Type| `Vals
]val from_context :
Merlin_analysis.Context.t ->
Merlin_analysis.Env_lookup.Namespace.inferred listReturns potential namespaces given the context of an expression