| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Posix.Types
Documentation
Instances
| Enum CNfds Source # | |
| Eq CNfds Source # | |
| Integral CNfds Source # | |
| Num CNfds Source # | |
| Ord CNfds Source # | |
| Real CNfds Source # | |
Defined in Posix.Types Methods toRational :: CNfds -> Rational # | |
| Storable CNfds Source # | |
| Bits CNfds Source # | |
Defined in Posix.Types Methods (.&.) :: CNfds -> CNfds -> CNfds # (.|.) :: CNfds -> CNfds -> CNfds # xor :: CNfds -> CNfds -> CNfds # complement :: CNfds -> CNfds # shift :: CNfds -> Int -> CNfds # rotate :: CNfds -> Int -> CNfds # setBit :: CNfds -> Int -> CNfds # clearBit :: CNfds -> Int -> CNfds # complementBit :: CNfds -> Int -> CNfds # testBit :: CNfds -> Int -> Bool # bitSizeMaybe :: CNfds -> Maybe Int # shiftL :: CNfds -> Int -> CNfds # unsafeShiftL :: CNfds -> Int -> CNfds # shiftR :: CNfds -> Int -> CNfds # unsafeShiftR :: CNfds -> Int -> CNfds # rotateL :: CNfds -> Int -> CNfds # | |
| FiniteBits CNfds Source # | |
Defined in Posix.Types Methods finiteBitSize :: CNfds -> Int # countLeadingZeros :: CNfds -> Int # countTrailingZeros :: CNfds -> Int # | |