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

Rattletrap.Type.Str

Documentation

newtype Str Source #

Constructors

Str Text 

Instances

Instances details
FromJSON Str Source # 
Instance details

Defined in Rattletrap.Type.Str

ToJSON Str Source # 
Instance details

Defined in Rattletrap.Type.Str

Show Str Source # 
Instance details

Defined in Rattletrap.Type.Str

Methods

showsPrec :: Int -> Str -> ShowS #

show :: Str -> String #

showList :: [Str] -> ShowS #

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 #