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

Rattletrap.Type.I64

Documentation

newtype I64 Source #

Constructors

I64 Int64 

Instances

Instances details
FromJSON I64 Source # 
Instance details

Defined in Rattletrap.Type.I64

ToJSON I64 Source # 
Instance details

Defined in Rattletrap.Type.I64

Show I64 Source # 
Instance details

Defined in Rattletrap.Type.I64

Methods

showsPrec :: Int -> I64 -> ShowS #

show :: I64 -> String #

showList :: [I64] -> ShowS #

Eq I64 Source # 
Instance details

Defined in Rattletrap.Type.I64

Methods

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

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