aboutsummaryrefslogtreecommitdiff
path: root/kernel/reduction.ml
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-03-11 20:31:50 +0100
committerGaëtan Gilbert2019-03-11 20:31:50 +0100
commit8ade7303c7745190a9a55c2c6a20cf632ec0dacc (patch)
tree0d1f0cc35192168aee3c718afed44b2aa2566200 /kernel/reduction.ml
parent74534f84a782f5de740c52cb97b3ca3a02eb6aa2 (diff)
Make NotConvertibleVect exception internal to typeops
Diffstat (limited to 'kernel/reduction.ml')
-rw-r--r--kernel/reduction.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/reduction.ml b/kernel/reduction.ml
index b583d33e29..6c909d250e 100644
--- a/kernel/reduction.ml
+++ b/kernel/reduction.ml
@@ -193,8 +193,6 @@ type 'a extended_conversion_function =
'a -> 'a -> unit
exception NotConvertible
-exception NotConvertibleVect of int
-
(* Convertibility of sorts *)