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

Rattletrap.Type.U64

Documentation

newtype U64 Source #

Constructors

U64 Word64 

Instances

Instances details
FromJSON U64 Source # 
Instance details

Defined in Rattletrap.Type.U64

ToJSON U64 Source # 
Instance details

Defined in Rattletrap.Type.U64

Show U64 Source # 
Instance details

Defined in Rattletrap.Type.U64

Methods

showsPrec :: Int -> U64 -> ShowS #

show :: U64 -> String #

showList :: [U64] -> ShowS #

Eq U64 Source # 
Instance details

Defined in Rattletrap.Type.U64

Methods

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

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