aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorfilliatr1999-11-23 17:39:25 +0000
committerfilliatr1999-11-23 17:39:25 +0000
commit6c28c8f38c6f47cc772d42e5cc54398785d63bc0 (patch)
treed162202001373eb29b57646aa8275fc9f44ad8ba /proofs
parentcf59b39d44a7a765d51b0a426ad6d71678740195 (diff)
modules Indrec, Tacentries, Hiddentac
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@131 85f007b7-540e-0410-9357-904b9bb8a0f7
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