aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorHugo Herbelin2018-09-24 12:07:20 +0200
committerHugo Herbelin2018-09-24 12:07:20 +0200
commit54d9a8d8cbe82e9492780091d5d375422747d8b9 (patch)
tree2f8306abd0d74cb5060748394da6c8d1b4864a5a /proofs
parenta3f598cdfe681c7b0e77cbd8d9778f1920683c77 (diff)
parent87de52b9b4fd793ee9ddd231633513b6c5070e19 (diff)
Merge PR #8464: Fix numeral notations
Diffstat (limited to 'proofs')
-rw-r--r--proofs/logic.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml
index e8ca719932..613581ade7 100644
--- a/proofs/logic.ml
+++ b/proofs/logic.ml
@@ -62,6 +62,7 @@ let is_unification_error = function
let catchable_exception = function
| CErrors.UserError _ | TypeError _
+ | Notation.NumeralNotationError _
| RefinerError _ | Indrec.RecursionSchemeError _
| Nametab.GlobalizationError _
(* reduction errors *)