Module Ocaml_typing.PathSource
Sourceval flatten : t -> [ `Contains_apply | `Ok of Ident.t * string list ] Sourceval name : ?paren:(string -> bool) -> t -> string Sourceval is_uident : string -> bool Sourcetype typath = | Regular of t| Ext of t * string| LocalExt of Ident.t| Cstr of t * string
Sourceval is_constructor_typath : t -> bool