aboutsummaryrefslogtreecommitdiff
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 0f52803446..188811c64c 100644
--- a/proofs/tacinterp.mli
+++ b/proofs/tacinterp.mli
@@ -23,7 +23,7 @@ type value =
| VTactic of interp_sign * Coqast.t
| VFTactic of tactic_arg list * string
| VRTactic of (goal list sigma * validation)
- | VContext of (interp_sign -> goal sigma -> value)
+ | VContext of interp_sign * Coqast.t * Coqast.t list
| VArg of tactic_arg
| VFun of (identifier * value) list * identifier option list * Coqast.t
| VVoid