octane-0.11.0: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Type.Text

Synopsis

Documentation

newtype Text Source #

A thin wrapper around Text.

Constructors

Text Text 

Instances

Eq Text Source # 

Methods

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

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

Ord Text Source # 

Methods

compare :: Text -> Text -> Ordering #

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

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

(>) :: Text -> Text -> Bool #

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

max :: Text -> Text -> Text #

min :: Text -> Text -> Text #

Show Text Source # 

Methods

showsPrec :: Int -> Text -> ShowS #

show :: Text -> String #

showList :: [Text] -> ShowS #

IsString Text Source # 

Methods

fromString :: String -> Text #

Generic Text Source # 

Associated Types

type Rep Text :: * -> * #

Methods

from :: Text -> Rep Text x #

to :: Rep Text x -> Text #

ToJSON Text Source # 
Binary Text Source #

Text is both length-prefixed and null-terminated.

Methods

put :: Text -> Put #

get :: Get Text #

putList :: [Text] -> Put #

BinaryBit Text Source # 

Methods

putBits :: Int -> Text -> BitPut () #

getBits :: Int -> BitGet Text #

NFData Text Source # 

Methods

rnf :: Text -> () #

type Rep Text Source # 
type Rep Text = D1 (MetaData "Text" "Octane.Type.Text" "octane-0.11.0-K3oATOAOKzu3J42bjJyWZ8" True) (C1 (MetaCons "Text" PrefixI True) (S1 (MetaSel (Just Symbol "unpack") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))