= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package ocaml-base-compiler
-
bigarray
-
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
module Name = Odoc_name
and t_exception = {
ex_name : Name.t;
mutable ex_info : Odoc_types.info option;
ex_args : Odoc_type.constructor_args;
ex_ret : Types.type_expr option;
ex_alias : exception_alias option;
mutable ex_loc : Odoc_types.location;
mutable ex_code : string option;
}