| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Validity.Vector
Contents
Orphan instances
| (Unbox e, Validity e) => Validity (Vector e) Source # | |
Methods validate :: Vector e -> Validation # | |
| (Storable e, Validity e) => Validity (Vector e) Source # | |
Methods validate :: Vector e -> Validation # | |
| Validity a => Validity (Vector a) Source # | A TODO make a more comprehensive instance that looks at implementation and
the underlying |
Methods validate :: Vector a -> Validation # | |