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 ocamlcommon
Module
Cmi_format
type cmi_infos = {
cmi_name : Misc.modname; |
cmi_sign : Types.signature_item list; |
cmi_crcs : Misc.crcs; |
cmi_flags : pers_flags list; |
}
val output_cmi : string -> out_channel -> cmi_infos -> Digest.t
val input_cmi : in_channel -> cmi_infos
val read_cmi : string -> cmi_infos
type error =
| Not_an_interface of Misc.filepath |
| Wrong_version_interface of Misc.filepath * string |
| Corrupted_interface of Misc.filepath |
exception Error of error
val report_error : Format.formatter -> error -> unit
ON THIS PAGE
No table of contents