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