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

Rattletrap.Type.I8

Documentation

newtype I8 Source #

Constructors

I8 Int8 

Instances

Instances details
FromJSON I8 Source # 
Instance details

Defined in Rattletrap.Type.I8

ToJSON I8 Source # 
Instance details

Defined in Rattletrap.Type.I8

Show I8 Source # 
Instance details

Defined in Rattletrap.Type.I8

Methods

showsPrec :: Int -> I8 -> ShowS #

show :: I8 -> String #

showList :: [I8] -> ShowS #

Eq I8 Source # 
Instance details

Defined in Rattletrap.Type.I8

Methods

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

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