aboutsummaryrefslogtreecommitdiff
path: root/proofs/logic.ml
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-04-10 16:24:27 +0200
committerGaëtan Gilbert2019-04-10 16:24:27 +0200
commitb177e7b9991e81ec3c9c145f04ca3a896f756fd9 (patch)
tree992d942745587a31b263509d046b4a0b6a82e7a2 /proofs/logic.ml
parentdcf6560f00fde4a2564ba8489cdd34e7bdea5cfa (diff)
parent54fdae0929f2a05a89cd5c463b9a739ab2e239b8 (diff)
Merge PR #9910: [api] [proofs] Remove dependency of proofs on interp.
Reviewed-by: SkySkimmer
Diffstat (limited to 'proofs/logic.ml')
-rw-r--r--proofs/logic.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml
index 3581e90b79..a01ddf2388 100644
--- a/proofs/logic.ml
+++ b/proofs/logic.ml
@@ -63,7 +63,6 @@ let catchable_exception = function
| CErrors.UserError _ | TypeError _
| Proof.OpenProof _
(* abstract will call close_proof inside a tactic *)
- | Notation.PrimTokenNotationError _
| RefinerError _ | Indrec.RecursionSchemeError _
| Nametab.GlobalizationError _
(* reduction errors *)