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

Rattletrap.Type.F32

Documentation

newtype F32 Source #

Constructors

F32 Float 

Instances

Instances details
FromJSON F32 Source # 
Instance details

Defined in Rattletrap.Type.F32

ToJSON F32 Source # 
Instance details

Defined in Rattletrap.Type.F32

Show F32 Source # 
Instance details

Defined in Rattletrap.Type.F32

Methods

showsPrec :: Int -> F32 -> ShowS #

show :: F32 -> String #

showList :: [F32] -> ShowS #

Eq F32 Source # 
Instance details

Defined in Rattletrap.Type.F32

Methods

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

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