Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Documentation
Bounded Zord64 Source # | |
Enum Zord64 Source # | |
Eq Zord64 Source # | |
Integral Zord64 Source # | |
Num Zord64 Source # | |
Ord Zord64 Source # | |
Read Zord64 Source # | |
Real Zord64 Source # | |
toRational :: Zord64 -> Rational # | |
Show Zord64 Source # | |
Bits Zord64 Source # | |
(.&.) :: Zord64 -> Zord64 -> Zord64 # (.|.) :: Zord64 -> Zord64 -> Zord64 # xor :: Zord64 -> Zord64 -> Zord64 # complement :: Zord64 -> Zord64 # shift :: Zord64 -> Int -> Zord64 # rotate :: Zord64 -> Int -> Zord64 # setBit :: Zord64 -> Int -> Zord64 # clearBit :: Zord64 -> Int -> Zord64 # complementBit :: Zord64 -> Int -> Zord64 # testBit :: Zord64 -> Int -> Bool # bitSizeMaybe :: Zord64 -> Maybe Int # shiftL :: Zord64 -> Int -> Zord64 # unsafeShiftL :: Zord64 -> Int -> Zord64 # shiftR :: Zord64 -> Int -> Zord64 # unsafeShiftR :: Zord64 -> Int -> Zord64 # rotateL :: Zord64 -> Int -> Zord64 # |