Env_lookup.Namespace
SourceNamespaces describe in which section of the environment an item should be looked for.
type inferred = [
| `Constr
| `Labels
| `Mod
| `Modtype
| `This_cstr of Ocaml_typing.Types.constructor_description
| `This_label of Ocaml_typing.Types.label_description
| `Type
| `Vals
]