(************************************************************************) (* * The Rocq Prover / The Rocq Development Team *) (* v * Copyright INRIA, CNRS and contributors *) (* <O___,, * (see version control and CREDITS file for authors & dates) *) (* \VV/ **************************************************************) (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) (* * (see LICENSE file for the text of the license) *) (************************************************************************)
open Names open Vmemitcodes
type t (** Type of VM libraries. *)
type index
type indirect_code = index pbody_code
type compiled_library type on_disk
val vm_segment : compiled_library ObjFile.id
val empty : t
val set_path : DirPath.t -> t -> t
val add : to_patch -> t -> t * index
val load : DirPath.t -> file:string -> ObjFile.in_handle -> on_disk
val link : on_disk -> t -> t
val inject : compiled_library -> on_disk
val resolve : index -> t -> to_patch
val export : t -> compiled_library
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.