aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/logic.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/proofs/logic.mli b/proofs/logic.mli
index 59f9cdf69f..2b2f9b8b44 100644
--- a/proofs/logic.mli
+++ b/proofs/logic.mli
@@ -32,4 +32,6 @@ type refiner_error =
| NotWellTyped of constr
| BadTacticArgs of string * tactic_arg list
+exception RefinerError of refiner_error
+
val error_cannot_unify : path_kind -> constr * constr -> 'a