(************************************************************************) (* * 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) *) (************************************************************************)
extra_data : 'a;
} and logic_path = string and path = { path : string; canonical_path : string } and native_compiler =
| NativeYes
| NativeNo
| NativeOndemand
val cmdline_args_to_project
: warning_fn:(string -> unit) -> curdir:string
-> parse_extra:(string -> stringlist -> 'a -> (string list * 'a) option)
-> 'a -> string list -> 'a project
exception UnableToOpenProjectFile ofstring
val read_project_file : warning_fn:(string -> unit) -> string -> unit project (** [read_project_file warning_fn file] parses [file] as a Coq project; use [warning_fn] for deprecate options; raise [Parsing_error] on illegal options or arguments; raise [UnableToOpenProjectFile msg] if the file could not be opened;
fails on some illegal non-project-file options *)
val coqtop_args_from_project : _ project -> stringlist val find_project_file : from:string -> projfile_name:string -> stringoption
val all_files : _ project -> string sourced list val files_by_suffix : string sourced list -> stringlist -> string sourced list
val map_sourced_list : ('a -> 'b) -> 'a sourced list -> 'b list
(** Only uses the elements with source=CmdLine *) val map_cmdline : ('a -> 'b) -> 'a sourced list -> 'b list
val forget_source : 'a sourced -> 'a
¤ Dauer der Verarbeitung: 0.12 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.