asif-2.0.0

Safe HaskellNone
LanguageHaskell2010

Arbor.File.Format.Asif.Format

Documentation

data Format Source #

Instances
Eq Format Source # 
Instance details

Defined in Arbor.File.Format.Asif.Format

Methods

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

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

Read Format Source # 
Instance details

Defined in Arbor.File.Format.Asif.Format

Show Format Source # 
Instance details

Defined in Arbor.File.Format.Asif.Format

Generic Format Source # 
Instance details

Defined in Arbor.File.Format.Asif.Format

Associated Types

type Rep Format :: * -> * #

Methods

from :: Format -> Rep Format x #

to :: Rep Format x -> Format #

type Rep Format Source # 
Instance details

Defined in Arbor.File.Format.Asif.Format

type Rep Format = D1 (MetaData "Format" "Arbor.File.Format.Asif.Format" "asif-2.0.0-Ha5bB2aQ3zu5b0CHiJI4JI" False) ((((C1 (MetaCons "Binary" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "BitString" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "Char" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "Int8" PrefixI False) (U1 :: * -> *))) :+: ((C1 (MetaCons "Int16LE" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "Int32LE" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "Int64LE" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "Ipv4" PrefixI False) (U1 :: * -> *)))) :+: (((C1 (MetaCons "Repeat" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Word) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Format)) :+: C1 (MetaCons "StringZ" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "Text" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "TimeMicros64LE" PrefixI False) (U1 :: * -> *))) :+: ((C1 (MetaCons "TimeMillis64LE" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "Word8" PrefixI False) (U1 :: * -> *)) :+: (C1 (MetaCons "Word16LE" PrefixI False) (U1 :: * -> *) :+: (C1 (MetaCons "Word32LE" PrefixI False) (U1 :: * -> *) :+: C1 (MetaCons "Word64LE" PrefixI False) (U1 :: * -> *))))))