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

Rattletrap.Type.Attribute.Int64

Documentation

newtype Int64 Source #

Constructors

Int64 

Fields

Instances

Instances details
FromJSON Int64 Source # 
Instance details

Defined in Rattletrap.Type.Attribute.Int64

ToJSON Int64 Source # 
Instance details

Defined in Rattletrap.Type.Attribute.Int64

Show Int64 Source # 
Instance details

Defined in Rattletrap.Type.Attribute.Int64

Methods

showsPrec :: Int -> Int64 -> ShowS #

show :: Int64 -> String #

showList :: [Int64] -> ShowS #

Eq Int64 Source # 
Instance details

Defined in Rattletrap.Type.Attribute.Int64

Methods

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

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