(************************************************************************) (* * 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 Libnames open Tac2expr
(** {5 Toplevel definitions} *)
val register_ltac : ?deprecation:Deprecation.t -> ?local:bool -> ?mut:bool -> rec_flag ->
(Names.lname * raw_tacexpr) list -> unit
val register_type : ?local:bool -> ?abstract:bool -> rec_flag ->
(qualid * redef_flag * raw_quant_typedef) list -> unit
val register_primitive : ?deprecation:Deprecation.t -> ?local:bool ->
Names.lident -> raw_typexpr -> ml_tactic_name -> unit
val register_struct : Attributes.vernac_flags -> strexpr -> unit
type notation_interpretation_data
val pr_register_notation : sexpr list -> int option -> raw_tacexpr -> Pp.t
val register_notation : Attributes.vernac_flags -> sexpr list ->
int option -> raw_tacexpr -> notation_interpretation_data
val register_notation_interpretation : notation_interpretation_data -> unit
val perform_eval : pstate:Declare.Proof.t option -> raw_tacexpr -> unit
type syntax_class_interpretation = sexpr list -> syntax_class_rule
val register_syntax_class : Id.t -> syntax_class_interpretation -> unit (** Create a new syntax class with the provided name *)
val parse_syntax_class : sexpr -> syntax_class_rule (** Use this to interpret the syntax class arguments for interpretation functions *)
(** {5 Inspecting} *)
val print_located_tactic : Libnames.qualid -> unit (** Display the absolute name of a tactic. *)
val print_ltac2 : Libnames.qualid -> unit (** Display the definition of a tactic. *)
val print_ltac2_type : Libnames.qualid -> unit (** Display the definition of a type. *)
val print_signatures : unit -> unit (** Print types of all definitions in scope. *)
val typecheck_expr : raw_tacexpr -> unit
val globalize_expr : raw_tacexpr -> unit
(** {5 Eval loop} *)
(** Evaluate a tactic expression in the current environment *) val call : pstate:Declare.Proof.t -> Goal_select.t option -> with_end_tac:bool -> raw_tacexpr
-> Declare.Proof.t
val call_par : pstate:Declare.Proof.t -> with_end_tac:bool -> raw_tacexpr
-> Declare.Proof.t
(** {5 Parsing entries} *)
module Pltac : sig val ltac2_expr : raw_tacexpr Procq.Entry.t val tac2expr_in_env : (Id.t CAst.t list * raw_tacexpr) Procq.Entry.t
(** Quoted entries. To be used for complex notations. *)
open Tac2qexpr
val q_ident : Id.t CAst.t or_anti Procq.Entry.t val q_bindings : bindings Procq.Entry.t val q_with_bindings : bindings Procq.Entry.t val q_intropattern : intro_pattern Procq.Entry.t val q_intropatterns : intro_pattern list CAst.t Procq.Entry.t val q_destruction_arg : destruction_arg Procq.Entry.t val q_induction_clause : induction_clause Procq.Entry.t val q_conversion : conversion Procq.Entry.t val q_orient : orientation Procq.Entry.t val q_rewriting : rewriting Procq.Entry.t val q_clause : clause Procq.Entry.t val q_dispatch : dispatch Procq.Entry.t val q_occurrences : occurrences Procq.Entry.t val q_reference : reference or_anti Procq.Entry.t val q_strategy_flag : strategy_flag Procq.Entry.t val q_constr_matching : constr_matching Procq.Entry.t val q_goal_matching : goal_matching Procq.Entry.t val q_hintdb : hintdb Procq.Entry.t val q_move_location : move_location Procq.Entry.t val q_pose : pose Procq.Entry.t val q_assert : assertion Procq.Entry.t end
¤ 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.