octane-0.11.0: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Type.Mark

Synopsis

Documentation

data Mark Source #

A tick mark on the replay. Both goals and saves make tick marks.

Constructors

Mark Text Word32 

Instances

Eq Mark Source # 

Methods

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

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

Show Mark Source # 

Methods

showsPrec :: Int -> Mark -> ShowS #

show :: Mark -> String #

showList :: [Mark] -> ShowS #

Generic Mark Source # 

Associated Types

type Rep Mark :: * -> * #

Methods

from :: Mark -> Rep Mark x #

to :: Rep Mark x -> Mark #

Binary Mark Source # 

Methods

put :: Mark -> Put #

get :: Get Mark #

putList :: [Mark] -> Put #

NFData Mark Source # 

Methods

rnf :: Mark -> () #

type Rep Mark Source # 
type Rep Mark = D1 (MetaData "Mark" "Octane.Type.Mark" "octane-0.11.0-K3oATOAOKzu3J42bjJyWZ8" False) (C1 (MetaCons "Mark" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "label") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "frame") NoSourceUnpackedness NoSourceStrictness DecidedStrict) (Rec0 Word32))))