Rattletrap.Type.Attribute.Byte
newtype Byte Source #
Constructors
Fields
Defined in Rattletrap.Type.Attribute.Byte
Methods
parseJSON :: Value -> Parser Byte #
parseJSONList :: Value -> Parser [Byte] #
omittedField :: Maybe Byte #
toJSON :: Byte -> Value #
toEncoding :: Byte -> Encoding #
toJSONList :: [Byte] -> Value #
toEncodingList :: [Byte] -> Encoding #
omitField :: Byte -> Bool #
showsPrec :: Int -> Byte -> ShowS #
show :: Byte -> String #
showList :: [Byte] -> ShowS #
(==) :: Byte -> Byte -> Bool #
(/=) :: Byte -> Byte -> Bool #
schema :: Schema Source #
bitPut :: Byte -> BitPut Source #
bitGet :: BitGet Byte Source #