rattletrap-6.0.2: Parse and generate Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Rattletrap.Type.Str

Documentation

newtype Str Source #

Constructors

Str 

Fields

Instances
Eq Str Source # 
Instance details

Defined in Rattletrap.Type.Str

Methods

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

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

Ord Str Source # 
Instance details

Defined in Rattletrap.Type.Str

Methods

compare :: Str -> Str -> Ordering #

(<) :: Str -> Str -> Bool #

(<=) :: Str -> Str -> Bool #

(>) :: Str -> Str -> Bool #

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

max :: Str -> Str -> Str #

min :: Str -> Str -> Str #

Show Str Source # 
Instance details

Defined in Rattletrap.Type.Str

Methods

showsPrec :: Int -> Str -> ShowS #

show :: Str -> String #

showList :: [Str] -> ShowS #

ToJSON Str Source # 
Instance details

Defined in Rattletrap.Type.Str

FromJSON Str Source # 
Instance details

Defined in Rattletrap.Type.Str