aboutsummaryrefslogtreecommitdiff
path: root/API/API.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-13 23:52:56 +0100
committerMaxime Dénès2017-12-13 23:52:56 +0100
commit2a4bf4764b61e7d7fddb05b504360814de441ba9 (patch)
treef9378771d67460152c5254ed99392b3e93bc8ec5 /API/API.mli
parenta48be9cd3c9e57606e52c9a5eebb1d02b65fdf66 (diff)
parent34f63d7d890921cce37f4d48f48cdb020f2ac988 (diff)
Merge PR #6251: [proof] Embed evar_map in RefinerError exception.
Diffstat (limited to 'API/API.mli')
-rw-r--r--API/API.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli
index 3ed008ff5f..c5a1743f7e 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -4801,7 +4801,7 @@ sig
| IntroNeedsProduct
| DoesNotOccurIn of Constr.t * Names.Id.t
| NoSuchHyp of Names.Id.t
- exception RefinerError of refiner_error
+ exception RefinerError of Environ.env * Evd.evar_map * refiner_error
val catchable_exception : exn -> bool
end