aboutsummaryrefslogtreecommitdiffhomepage
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 75d9bd957..e87adb165 100644
--- a/proofs/logic.mli
+++ b/proofs/logic.mli
@@ -47,7 +47,7 @@ type refiner_error =
(*i Errors raised by the tactics i*)
| IntroNeedsProduct
- | DoesNotOccurIn of constr * identifier
+ | DoesNotOccurIn of constr * Id.t
exception RefinerError of refiner_error