jon.recoil.org

Module Errors.Tools_errorSource

Errors raised by Tools

Sourcetype handle_subs_error = [
  1. | `UnresolvedPath of [ `Module of Odoc_xref2.Cpath.module_ ]
]
Sourcetype reference_kind = [
  1. | `S
  2. | `T
  3. | `C
  4. | `CT
  5. | `Page
  6. | `Cons
  7. | `Field
  8. | `UnboxedField
  9. | `Label
  10. | `Page_path
  11. | `Module_path
  12. | `Asset_path
  13. | `Any_path
]
Sourcetype path_kind = [
  1. | `Page
  2. | `Unit
]
Sourceand simple_module_lookup_error = [
  1. | `Local of Odoc_xref2.Env.t * Odoc_xref2.Ident.module_
  2. | `Find_failure
  3. | `Lookup_failure of Odoc_model.Paths.Identifier.Path.Module.t
  4. | `Lookup_failure_root of Odoc_model.Names.ModuleName.t
  5. | `Parent of Odoc_xref2.Errors.Tools_error.parent_lookup_error
]
Sourceand simple_module_type_expr_of_module_error = [
  1. | `ApplyNotFunctor
  2. | `OpaqueModule
  3. | `UnresolvedForwardPath
  4. | `UnresolvedPath of [ `Module of Odoc_xref2.Cpath.module_ * Odoc_xref2.Errors.Tools_error.simple_module_lookup_error | `ModuleType of Odoc_xref2.Cpath.module_type * Odoc_xref2.Errors.Tools_error.simple_module_type_lookup_error ]
  5. | `Parent of Odoc_xref2.Errors.Tools_error.parent_lookup_error
]
Sourceand simple_module_type_lookup_error = [
  1. | `LocalMT of Odoc_xref2.Env.t * Odoc_xref2.Ident.module_type
  2. | `Find_failure
  3. | `Lookup_failureMT of Odoc_model.Paths.Identifier.ModuleType.t
  4. | `Parent of Odoc_xref2.Errors.Tools_error.parent_lookup_error
]
Sourceand simple_type_lookup_error = [
  1. | `LocalType of Odoc_xref2.Env.t * Odoc_xref2.Ident.type_
  2. | `Class_replaced
  3. | `OpaqueClass
  4. | `Find_failure
  5. | `Lookup_failureT of Odoc_model.Paths.Identifier.Path.Type.t
  6. | `Parent of Odoc_xref2.Errors.Tools_error.parent_lookup_error
]
Sourceand simple_value_lookup_error = [
  1. | `LocalValue of Odoc_xref2.Env.t * Odoc_xref2.Ident.value
  2. | `Find_failure
  3. | `Lookup_failureV of Odoc_model.Paths.Identifier.Path.Value.t
  4. | `Parent of Odoc_xref2.Errors.Tools_error.parent_lookup_error
]
Sourceand reference_lookup_error = [
  1. | `Wrong_kind of Odoc_xref2.Errors.Tools_error.reference_kind list * Odoc_xref2.Errors.Tools_error.reference_kind
  2. | `Lookup_by_name of [ Odoc_xref2.Errors.Tools_error.reference_kind | `Any ] * string
  3. | `Find_by_name of [ Odoc_xref2.Errors.Tools_error.reference_kind | `Any ] * string
  4. | `Path_error of [ `Not_found | `Is_directory | `Wrong_kind of Odoc_xref2.Errors.Tools_error.path_kind list * Odoc_xref2.Errors.Tools_error.path_kind ] * Odoc_model.Paths.Reference.tag_hierarchy * string list
  5. | `Parent of Odoc_xref2.Errors.Tools_error.parent_lookup_error
]
Sourceval pp_reference_kind : Stdlib.Format.formatter -> [< `Any_path | `Asset_path | `C | `CT | `Cons | `Field | `Label | `Module_path | `Page | `Page_path | `S | `T | `UnboxedField ] -> unit
Sourceval pp_human_list : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a list -> unit
Sourceval pp_path : Stdlib.Format.formatter -> ([< `TAbsolutePath | `TCurrentPackage | `TRelativePath ] * string list) -> unit
Sourceval pp_path_kind : Stdlib.Format.formatter -> [< `Page | `Unit ] -> unit
Sourceval pp_path_error : Stdlib.Format.formatter -> [< `Is_directory | `Not_found | `Wrong_kind of [< `Page | `Unit ] list * [< `Page | `Unit ] ] -> [< `TAbsolutePath | `TCurrentPackage | `TRelativePath ] -> string list -> unit