diff options
| author | Pierre-Marie Pédrot | 2016-11-07 20:33:06 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-02-14 17:27:22 +0100 |
| commit | e4f066238799a4598817dfeab8a044760ab670de (patch) | |
| tree | 7f29de2c76c8a97b8cfa82791cb860dafd227798 /pretyping/program.mli | |
| parent | ce2b509734f3b70494a0a35b0b4eda593c1c8eb6 (diff) | |
Coercion API using EConstr.
Diffstat (limited to 'pretyping/program.mli')
| -rw-r--r-- | pretyping/program.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/program.mli b/pretyping/program.mli index 023ff8ca58..64c4ca2c24 100644 --- a/pretyping/program.mli +++ b/pretyping/program.mli @@ -36,7 +36,7 @@ val mk_coq_and : constr list -> constr val mk_coq_not : constr -> constr (** Polymorphic application of delayed references *) -val papp : Evd.evar_map ref -> (unit -> global_reference) -> constr array -> constr +val papp : Evd.evar_map ref -> (unit -> global_reference) -> EConstr.constr array -> EConstr.constr val get_proofs_transparency : unit -> bool val is_program_cases : unit -> bool |
