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

Rattletrap.Type.I32

Documentation

newtype I32 Source #

Constructors

I32 Int32 

Instances

Instances details
FromJSON I32 Source # 
Instance details

Defined in Rattletrap.Type.I32

ToJSON I32 Source # 
Instance details

Defined in Rattletrap.Type.I32

Show I32 Source # 
Instance details

Defined in Rattletrap.Type.I32

Methods

showsPrec :: Int -> I32 -> ShowS #

show :: I32 -> String #

showList :: [I32] -> ShowS #

Eq I32 Source # 
Instance details

Defined in Rattletrap.Type.I32

Methods

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

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