package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val output_dir : CUnix.physical_path ref
val include_dirs : CUnix.physical_path list ref
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 -> string
type native_library = Nativecode.global list * Nativevalues.symbols
val compile_library : native_library -> string -> unit
val call_linker : ?fatal:bool -> prefix:string -> string -> Nativecode.code_location_updates option -> unit