| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HaskellWorks.Data.Simd.Logical
Documentation
Minimal complete definition
class AndNotBits a where Source #
Minimal complete definition
Methods
andNotBits :: a -> a -> a Source #
Instances
| AndNotBits (Vector Word64) Source # | |
Defined in HaskellWorks.Data.Simd.Logical | |