rattletrap-12.1.3: Parse and generate Rocket League replays.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Rattletrap.Type.U8

Documentation

newtype U8 Source #

Constructors

U8 Word8 

Instances

Instances details
FromJSON U8 Source # 
Instance details

Defined in Rattletrap.Type.U8

ToJSON U8 Source # 
Instance details

Defined in Rattletrap.Type.U8

Show U8 Source # 
Instance details

Defined in Rattletrap.Type.U8

Methods

showsPrec :: Int -> U8 -> ShowS #

show :: U8 -> String #

showList :: [U8] -> ShowS #

Eq U8 Source # 
Instance details

Defined in Rattletrap.Type.U8

Methods

(==) :: U8 -> U8 -> Bool #

(/=) :: U8 -> U8 -> Bool #