octane-0.4.7: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Type.Primitive.List

Synopsis

Documentation

newtype List a Source

A length-prefixed list.

Constructors

List 

Fields

getList :: [a]
 

Instances

Eq a => Eq (List a) Source 
Show a => Show (List a) Source 
Generic (List a) Source 
Binary a => Binary (List a) Source 
NFData a => NFData (List a) Source 
type Rep (List a) Source