package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('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;
}
val 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.