package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b

doc/coq-core.tactics/Redexpr/Intern/index.html

Module Redexpr.InternSource

Sourcetype ('constr, 'ref, 'pat) intern_env = {
  1. strict_check : bool;
  2. local_ref : Libnames.qualid -> 'ref option;
  3. global_ref : ?short:Names.lident -> Evaluable.t -> 'ref;
  4. intern_constr : Constrexpr.constr_expr -> 'constr;
  5. ltac_sign : Constrintern.ltac_sign;
  6. intern_pattern : Constrexpr.constr_expr -> 'pat;
  7. pattern_of_glob : Glob_term.glob_constr -> 'pat;
}
Sourceval intern_red_expr : ('a, 'b, 'c) intern_env -> Genredexpr.raw_red_expr -> ('a, 'b, 'c, int Locus.or_var) Genredexpr.red_expr_gen
OCaml

Innovation. Community. Security.