aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/logic.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/logic.mli')
-rw-r--r--proofs/logic.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/logic.mli b/proofs/logic.mli
index 9247d4ff6..eade902ba 100644
--- a/proofs/logic.mli
+++ b/proofs/logic.mli
@@ -43,6 +43,7 @@ type refiner_error =
| CannotGeneralize of constr
| NotWellTyped of constr
| BadTacticArgs of string * tactic_arg list
+ | IntroNeedsProduct
exception RefinerError of refiner_error