diff options
| author | Gaëtan Gilbert | 2019-03-11 20:31:50 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-03-11 20:31:50 +0100 |
| commit | 8ade7303c7745190a9a55c2c6a20cf632ec0dacc (patch) | |
| tree | 0d1f0cc35192168aee3c718afed44b2aa2566200 /kernel/reduction.ml | |
| parent | 74534f84a782f5de740c52cb97b3ca3a02eb6aa2 (diff) | |
Make NotConvertibleVect exception internal to typeops
Diffstat (limited to 'kernel/reduction.ml')
| -rw-r--r-- | kernel/reduction.ml | 2 |
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 *) |
