aboutsummaryrefslogtreecommitdiff
path: root/proofs/logic.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/logic.mli')
-rw-r--r--proofs/logic.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/logic.mli b/proofs/logic.mli
index 31f0b51999..5476bbfe1d 100644
--- a/proofs/logic.mli
+++ b/proofs/logic.mli
@@ -28,7 +28,7 @@ type refiner_error =
| OccurMeta of constr
| CannotApply of constr * constr
| CannotUnify of constr * constr
- | CannotGeneralize of typed_type signature * constr
+ | CannotGeneralize of constr
| NotWellTyped of constr
| BadTacticArgs of string * tactic_arg list