aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/tacinterp.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/tacinterp.mli')
-rw-r--r--proofs/tacinterp.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tacinterp.mli b/proofs/tacinterp.mli
index 9a979ea74..631d7e0af 100644
--- a/proofs/tacinterp.mli
+++ b/proofs/tacinterp.mli
@@ -31,7 +31,7 @@ type value =
(* Signature for interpretation: val\_interp and interpretation functions *)
and interp_sign =
- { evc : enamed_declarations;
+ { evc : Evd.evar_map;
env : Environ.env;
lfun : (identifier * value) list;
lmatch : (int * constr) list;