Module Odoc_model__Predefined

Identifiers

val bool_identifier : Odoc_model.Paths.Identifier.Type.t
val int_identifier : Odoc_model.Paths.Identifier.Type.t
val char_identifier : Odoc_model.Paths.Identifier.Type.t
val bytes_identifier : Odoc_model.Paths.Identifier.Type.t
val string_identifier : Odoc_model.Paths.Identifier.Type.t
val float_identifier : Odoc_model.Paths.Identifier.Type.t
val unit_identifier : Odoc_model.Paths.Identifier.Type.t
val exn_identifier : Odoc_model.Paths.Identifier.Type.t
val array_identifier : Odoc_model.Paths.Identifier.Type.t
val list_identifier : Odoc_model.Paths.Identifier.Type.t
val option_identifier : Odoc_model.Paths.Identifier.Type.t
val int32_identifier : Odoc_model.Paths.Identifier.Type.t
val int64_identifier : Odoc_model.Paths.Identifier.Type.t
val nativeint_identifier : Odoc_model.Paths.Identifier.Type.t
val lazy_t_identifier : Odoc_model.Paths.Identifier.Type.t
val extension_constructor_identifier : Odoc_model.Paths.Identifier.Type.t
val false_identifier : Odoc_model.Paths.Identifier.Constructor.t
val true_identifier : Odoc_model.Paths.Identifier.Constructor.t
val void_identifier : Odoc_model.Paths.Identifier.Constructor.t
val nil_identifier : Odoc_model.Paths.Identifier.Constructor.t
val cons_identifier : Odoc_model.Paths.Identifier.Constructor.t
val none_identifier : Odoc_model.Paths.Identifier.Constructor.t
val some_identifier : Odoc_model.Paths.Identifier.Constructor.t
val match_failure_identifier : Odoc_model.Paths.Identifier.Exception.t
val assert_failure_identifier : Odoc_model.Paths.Identifier.Exception.t
val invalid_argument_identifier : Odoc_model.Paths.Identifier.Exception.t
val failure_identifier : Odoc_model.Paths.Identifier.Exception.t
val not_found_identifier : Odoc_model.Paths.Identifier.Exception.t
val out_of_memory_identifier : Odoc_model.Paths.Identifier.Exception.t
val stack_overflow_identifier : Odoc_model.Paths.Identifier.Exception.t
val sys_error_identifier : Odoc_model.Paths.Identifier.Exception.t
val end_of_file_identifier : Odoc_model.Paths.Identifier.Exception.t
val division_by_zero_identifier : Odoc_model.Paths.Identifier.Exception.t
val sys_blocked_io_identifier : Odoc_model.Paths.Identifier.Exception.t
val undefined_recursive_module_identifier : Odoc_model.Paths.Identifier.Exception.t
val core_type_identifier : string -> Odoc_model.Paths.Identifier.Type.t option
val core_exception_identifier : string -> Odoc_model.Paths.Identifier.Exception.t option
val core_constructor_identifier : string -> Odoc_model.Paths.Identifier.Constructor.t option

Paths

val bool_path : Odoc_model.Paths.Path.Type.t
val int_path : Odoc_model.Paths.Path.Type.t
val char_path : Odoc_model.Paths.Path.Type.t
val bytes_path : Odoc_model.Paths.Path.Type.t
val string_path : Odoc_model.Paths.Path.Type.t
val float_path : Odoc_model.Paths.Path.Type.t
val unit_path : Odoc_model.Paths.Path.Type.t
val exn_path : Odoc_model.Paths.Path.Type.t
val array_path : Odoc_model.Paths.Path.Type.t
val list_path : Odoc_model.Paths.Path.Type.t
val option_path : Odoc_model.Paths.Path.Type.t
val int32_path : Odoc_model.Paths.Path.Type.t
val int64_path : Odoc_model.Paths.Path.Type.t
val nativeint_path : Odoc_model.Paths.Path.Type.t
val lazy_t_path : Odoc_model.Paths.Path.Type.t
val extension_constructor_path : Odoc_model.Paths.Path.Type.t

References

val bool_reference : Odoc_model.Paths.Reference.Type.t
val int_reference : Odoc_model.Paths.Reference.Type.t
val char_reference : Odoc_model.Paths.Reference.Type.t
val bytes_reference : Odoc_model.Paths.Reference.Type.t
val string_reference : Odoc_model.Paths.Reference.Type.t
val float_reference : Odoc_model.Paths.Reference.Type.t
val unit_reference : Odoc_model.Paths.Reference.Type.t
val exn_reference : Odoc_model.Paths.Reference.Type.t
val array_reference : Odoc_model.Paths.Reference.Type.t
val list_reference : Odoc_model.Paths.Reference.Type.t
val option_reference : Odoc_model.Paths.Reference.Type.t
val int32_reference : Odoc_model.Paths.Reference.Type.t
val int64_reference : Odoc_model.Paths.Reference.Type.t
val nativeint_reference : Odoc_model.Paths.Reference.Type.t
val lazy_t_reference : Odoc_model.Paths.Reference.Type.t
val extension_constructor_reference : Odoc_model.Paths.Reference.Type.t
val false_reference : Odoc_model.Paths.Reference.Constructor.t
val true_reference : Odoc_model.Paths.Reference.Constructor.t
val void_reference : Odoc_model.Paths.Reference.Constructor.t
val nil_reference : Odoc_model.Paths.Reference.Constructor.t
val cons_reference : Odoc_model.Paths.Reference.Constructor.t
val none_reference : Odoc_model.Paths.Reference.Constructor.t
val some_reference : Odoc_model.Paths.Reference.Constructor.t
val match_failure_reference : Odoc_model.Paths.Reference.Exception.t
val assert_failure_reference : Odoc_model.Paths.Reference.Exception.t
val invalid_argument_reference : Odoc_model.Paths.Reference.Exception.t
val failure_reference : Odoc_model.Paths.Reference.Exception.t
val not_found_reference : Odoc_model.Paths.Reference.Exception.t
val out_of_memory_reference : Odoc_model.Paths.Reference.Exception.t
val stack_overflow_reference : Odoc_model.Paths.Reference.Exception.t
val sys_error_reference : Odoc_model.Paths.Reference.Exception.t
val end_of_file_reference : Odoc_model.Paths.Reference.Exception.t
val division_by_zero_reference : Odoc_model.Paths.Reference.Exception.t
val sys_blocked_io_reference : Odoc_model.Paths.Reference.Exception.t
val undefined_recursive_module_reference : Odoc_model.Paths.Reference.Exception.t

Declarations

val int_decl : Odoc_model.Lang.TypeDecl.t
val char_decl : Odoc_model.Lang.TypeDecl.t
val bytes_decl : Odoc_model.Lang.TypeDecl.t
val string_decl : Odoc_model.Lang.TypeDecl.t
val float_decl : Odoc_model.Lang.TypeDecl.t
val bool_decl : Odoc_model.Lang.TypeDecl.t
val unit_decl : Odoc_model.Lang.TypeDecl.t
val exn_decl : Odoc_model.Lang.TypeDecl.t
val array_decl : Odoc_model.Lang.TypeDecl.t
val list_decl : Odoc_model.Lang.TypeDecl.t
val option_decl : Odoc_model.Lang.TypeDecl.t
val int32_decl : Odoc_model.Lang.TypeDecl.t
val int64_decl : Odoc_model.Lang.TypeDecl.t
val nativeint_decl : Odoc_model.Lang.TypeDecl.t
val lazy_t_decl : Odoc_model.Lang.TypeDecl.t
val extension_constructor_decl : Odoc_model.Lang.TypeDecl.t
val match_failure_decl : Odoc_model.Lang.Exception.t
val assert_failure_decl : Odoc_model.Lang.Exception.t
val invalid_argument_decl : Odoc_model.Lang.Exception.t
val failure_decl : Odoc_model.Lang.Exception.t
val not_found_decl : Odoc_model.Lang.Exception.t
val out_of_memory_decl : Odoc_model.Lang.Exception.t
val stack_overflow_decl : Odoc_model.Lang.Exception.t
val sys_error_decl : Odoc_model.Lang.Exception.t
val end_of_file_decl : Odoc_model.Lang.Exception.t
val division_by_zero_decl : Odoc_model.Lang.Exception.t
val sys_blocked_io_decl : Odoc_model.Lang.Exception.t
val undefined_recursive_module_decl : Odoc_model.Lang.Exception.t
val core_types : Odoc_model.Lang.TypeDecl.t list
val core_exceptions : Odoc_model.Lang.Exception.t list