Rattletrap.Type.U64
newtype U64 Source #
Constructors
Defined in Rattletrap.Type.U64
Methods
parseJSON :: Value -> Parser U64 #
parseJSONList :: Value -> Parser [U64] #
toJSON :: U64 -> Value #
toEncoding :: U64 -> Encoding #
toJSONList :: [U64] -> Value #
toEncodingList :: [U64] -> Encoding #
showsPrec :: Int -> U64 -> ShowS #
show :: U64 -> String #
showList :: [U64] -> ShowS #
(==) :: U64 -> U64 -> Bool #
(/=) :: U64 -> U64 -> Bool #
schema :: Schema Source #
fromWord64 :: Word64 -> U64 Source #
toWord64 :: U64 -> Word64 Source #
bytePut :: U64 -> BytePut Source #
bitPut :: U64 -> BitPut Source #
byteGet :: ByteGet U64 Source #
bitGet :: BitGet U64 Source #