aboutsummaryrefslogtreecommitdiff
path: root/proofs/logic.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/logic.mli')
-rw-r--r--proofs/logic.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/logic.mli b/proofs/logic.mli
index d8c71f7605..59f9cdf69f 100644
--- a/proofs/logic.mli
+++ b/proofs/logic.mli
@@ -28,8 +28,8 @@ type refiner_error =
| OccurMeta of constr
| CannotApply of constr * constr
| CannotUnify of constr * constr
+ | CannotGeneralize of typed_type signature * constr
+ | NotWellTyped of constr
| BadTacticArgs of string * tactic_arg list
-exception RefinerError of refiner_error
-
val error_cannot_unify : path_kind -> constr * constr -> 'a