asif-3.0.0

Safe HaskellNone
LanguageHaskell2010

Arbor.File.Format.Asif.Segment

Documentation

data Segment a Source #

Constructors

Segment 

Fields

Instances
Generic (Segment a) Source # 
Instance details

Defined in Arbor.File.Format.Asif.Type

Associated Types

type Rep (Segment a) :: * -> * #

Methods

from :: Segment a -> Rep (Segment a) x #

to :: Rep (Segment a) x -> Segment a #

type Rep (Segment a) Source # 
Instance details

Defined in Arbor.File.Format.Asif.Type

type Rep (Segment a) = D1 (MetaData "Segment" "Arbor.File.Format.Asif.Type" "asif-3.0.0-4uxSH8uZG7i4h8E03AOMOg" False) (C1 (MetaCons "Segment" PrefixI True) (S1 (MetaSel (Just "meta") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SegmentMeta) :*: S1 (MetaSel (Just "payload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 a)))