ocaml-base-compiler
Official release 4.14.0
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocaml-base-compiler
-
dynlink
-
ocamlbytecomp
-
ocamlcommon
-
ocamlmiddleend
-
ocamloptcomp
-
odoc_info
-
stdlib
-
str
-
unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library odoc_info
Module
Odoc_types
type ref_kind =
| RK_module |
| RK_module_type |
| RK_class |
| RK_class_type |
| RK_value |
| RK_type |
| RK_extension |
| RK_exception |
| RK_attribute |
| RK_method |
| RK_section of text |
| RK_recfield |
| RK_const |
and text_element =
| Raw of string |
| Code of string |
| CodePre of string |
| Verbatim of string |
| Bold of text |
| Italic of text |
| Emphasize of text |
| Center of text |
| Left of text |
| Right of text |
| List of text list |
| Enum of text list |
| Newline |
| Block of text |
| Title of int * string option * text |
| Latex of string |
| Link of string * text |
| Ref of string * ref_kind option * text option |
| Superscript of text |
| Subscript of text |
| Module_list of string list |
| Index_list |
| Custom of string * text |
| Target of string * string |
and text = text_element list
type param = string * text
type raised_exception = string * text
type info = {
i_desc : text option; |
i_authors : string list; |
i_version : string option; |
i_sees : see list; |
i_since : string option; |
i_before : (string * text) list; |
i_deprecated : text option; |
i_params : param list; |
i_raised_exceptions : raised_exception list; |
i_return_value : text option; |
i_custom : (string * text) list; |
}
val dummy_info : info
val dummy_loc : location
val all_merge_options : merge_option list
val magic : magic
val make_dump : 'a -> 'a dump
val open_dump : 'a dump -> 'a
ON THIS PAGE
No table of contents