asif-3.4.0

Safe HaskellNone
LanguageHaskell2010

Arbor.File.Format.Asif.Type

Documentation

data SegmentMeta Source #

Instances
Eq SegmentMeta Source # 
Instance details

Defined in Arbor.File.Format.Asif.Type

Show SegmentMeta Source # 
Instance details

Defined in Arbor.File.Format.Asif.Type

Generic SegmentMeta Source # 
Instance details

Defined in Arbor.File.Format.Asif.Type

Associated Types

type Rep SegmentMeta :: Type -> Type #

Semigroup SegmentMeta Source # 
Instance details

Defined in Arbor.File.Format.Asif.Type

Monoid SegmentMeta Source # 
Instance details

Defined in Arbor.File.Format.Asif.Type

type Rep SegmentMeta Source # 
Instance details

Defined in Arbor.File.Format.Asif.Type

type Rep SegmentMeta = D1 (MetaData "SegmentMeta" "Arbor.File.Format.Asif.Type" "asif-3.4.0-HMY9mNhYyHR4wxFzPLOV5b" False) (C1 (MetaCons "SegmentMeta" PrefixI True) (S1 (MetaSel (Just "createTime") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe POSIXTime)) :*: (S1 (MetaSel (Just "filename") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "format") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Whatever Format))))))

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) :: Type -> Type #

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.4.0-HMY9mNhYyHR4wxFzPLOV5b" False) (C1 (MetaCons "Segment" PrefixI True) (S1 (MetaSel (Just "meta") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SegmentMeta) :*: S1 (MetaSel (Just "payload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 a)))