aboutsummaryrefslogtreecommitdiff
path: root/kernel/reduction.mli
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.mli
parent74534f84a782f5de740c52cb97b3ca3a02eb6aa2 (diff)
Make NotConvertibleVect exception internal to typeops
Diffstat (limited to 'kernel/reduction.mli')
-rw-r--r--kernel/reduction.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/reduction.mli b/kernel/reduction.mli
index 0408dbf057..7dcafb7d7b 100644
--- a/kernel/reduction.mli
+++ b/kernel/reduction.mli
@@ -27,7 +27,6 @@ val nf_betaiota : env -> constr -> constr
s conversion functions *)
exception NotConvertible
-exception NotConvertibleVect of int
type 'a kernel_conversion_function = env -> 'a -> 'a -> unit
type 'a extended_conversion_function =