package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.2.tar.gz
md5=5d1187d5e44ed0163f76fb12dabf012e
sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c

doc/ltac_plugin/Ltac_plugin/Pptactic/index.html

Module Ltac_plugin.PptacticSource

This module implements pretty-printers for ltac_expr syntactic objects and their subcomponents.

Sourcetype 'a grammar_tactic_prod_item_expr =
  1. | TacTerm of string
  2. | TacNonTerm of ('a * Names.Id.t option) Loc.located
Sourceval declare_extra_genarg_pprule : ('a, 'b, 'c) Genarg.genarg_type -> 'a raw_extra_genarg_printer -> 'b glob_extra_genarg_printer -> 'c extra_genarg_printer -> unit
Sourceval declare_extra_vernac_genarg_pprule : ('a, 'b, 'c) Genarg.genarg_type -> 'a raw_extra_genarg_printer -> unit
Sourcetype pp_tactic = {
  1. pptac_level : int;
  2. pptac_prods : grammar_terminals;
}
Sourceval pr_goal_selector : toplevel:bool -> Goal_select.t -> Pp.t
Sourceval declare_notation_tactic_pprule : Names.KerName.t -> pp_tactic -> unit
Sourceval pr_with_occurrences : ('a -> Pp.t) -> 'a Locus.with_occurrences -> Pp.t
Sourceval pr_red_expr : Environ.env -> Evd.evar_map -> ((Environ.env -> Evd.evar_map -> 'a -> Pp.t) * (Environ.env -> Evd.evar_map -> 'a -> Pp.t) * ('b -> Pp.t) * (Environ.env -> Evd.evar_map -> 'c -> Pp.t)) -> ('a, 'b, 'c) Genredexpr.red_expr_gen -> Pp.t
Sourceval pr_may_eval : Environ.env -> Evd.evar_map -> (Environ.env -> Evd.evar_map -> 'a -> Pp.t) -> (Environ.env -> Evd.evar_map -> 'a -> Pp.t) -> ('b -> Pp.t) -> (Environ.env -> Evd.evar_map -> 'c -> Pp.t) -> ('a, 'b, 'c) Genredexpr.may_eval -> Pp.t
Sourceval pr_and_short_name : ('a -> Pp.t) -> 'a Genredexpr.and_short_name -> Pp.t
Sourceval pr_evaluable_reference_env : Environ.env -> Tacred.evaluable_global_reference -> Pp.t
Sourceval pr_quantified_hypothesis : Tactypes.quantified_hypothesis -> Pp.t
Sourceval pr_in_clause : ('a -> Pp.t) -> 'a Locus.clause_expr -> Pp.t
Sourceval pr_clauses : bool option -> ('a -> Pp.t) -> 'a Locus.clause_expr -> Pp.t
Sourceval pr_glob_extend : Environ.env -> int -> Tacexpr.ml_tactic_entry -> Tacexpr.glob_tactic_arg list -> Pp.t
Sourceval pr_extend : (Geninterp.Val.t -> Pp.t) -> int -> Tacexpr.ml_tactic_entry -> Geninterp.Val.t list -> Pp.t
Sourceval pr_alias_key : Names.KerName.t -> Pp.t
Sourceval pr_alias : (Geninterp.Val.t -> Pp.t) -> int -> Names.KerName.t -> Geninterp.Val.t list -> Pp.t
Sourceval pr_ltac_constant : Tacexpr.ltac_constant -> Pp.t
Sourceval pr_hintbases : string list option -> Pp.t
Sourceval pr_auto_using : ('constr -> Pp.t) -> 'constr list -> Pp.t
Sourceval pr_match_pattern : ('a -> Pp.t) -> 'a Tacexpr.match_pattern -> Pp.t
Sourceval pr_match_rule : bool -> ('a -> Pp.t) -> ('b -> Pp.t) -> ('b, 'a) Tacexpr.match_rule -> Pp.t
Sourceval ssr_loaded_hook : (unit -> bool) -> unit
OCaml

Innovation. Community. Security.