module Type : sig ... end
type leaf = [
| `Alias of
Odoc_model__.Paths_types.Resolved_path.module_
* Odoc_model__.Paths_types.Resolved_fragment.module_
| `Class of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.ClassName.t
| `ClassType of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.ClassTypeName.t
| `Module of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.ModuleName.t
| `Module_type of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.ModuleTypeName.t
| `OpaqueModule of Odoc_model__.Paths_types.Resolved_fragment.module_
| `Subst of
Odoc_model__.Paths_types.Resolved_path.module_type
* Odoc_model__.Paths_types.Resolved_fragment.module_
| `Type of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.TypeName.t
]
type root = [
| `Module of Odoc_model__.Paths_types.Resolved_path.module_
| `ModuleType of Odoc_model__.Paths_types.Resolved_path.module_type
]
type t = [
| `Alias of
Odoc_model__.Paths_types.Resolved_path.module_
* Odoc_model__.Paths_types.Resolved_fragment.module_
| `Class of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.ClassName.t
| `ClassType of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.ClassTypeName.t
| `Module of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.ModuleName.t
| `Module_type of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.ModuleTypeName.t
| `OpaqueModule of Odoc_model__.Paths_types.Resolved_fragment.module_
| `Root of
[ `Module of Odoc_model__.Paths_types.Resolved_path.module_
| `ModuleType of Odoc_model__.Paths_types.Resolved_path.module_type ]
| `Subst of
Odoc_model__.Paths_types.Resolved_path.module_type
* Odoc_model__.Paths_types.Resolved_fragment.module_
| `Type of
Odoc_model__.Paths_types.Resolved_fragment.signature
* Odoc_model__.Names.TypeName.t
]
val is_hidden : t -> bool