package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val output_dir : string
val get_load_paths : (unit -> string list) ref
val load_obj : (string -> unit) ref
val get_ml_filename : unit -> string * string
val compile : string -> Nativecode.global list -> profile:bool -> bool * string
val compile_library : Names.DirPath.t -> Nativecode.global list -> string -> bool
val call_linker : ?fatal:bool -> string -> string -> Nativecode.code_location_updates option -> unit