GS1Combinators-0.1.0.0: Haskell combinator library of GS1 EPCIS standard

Safe HaskellNone
LanguageHaskell2010

Data.GS1.DWhy

Documentation

data DWhy Source #

Instances

Eq DWhy Source # 

Methods

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

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

Show DWhy Source # 

Methods

showsPrec :: Int -> DWhy -> ShowS #

show :: DWhy -> String #

showList :: [DWhy] -> ShowS #

Generic DWhy Source # 

Associated Types

type Rep DWhy :: * -> * #

Methods

from :: DWhy -> Rep DWhy x #

to :: Rep DWhy x -> DWhy #

ToJSON DWhy Source # 
FromJSON DWhy Source # 
ToSchema DWhy Source # 
type Rep DWhy Source # 
type Rep DWhy = D1 * (MetaData "DWhy" "Data.GS1.DWhy" "GS1Combinators-0.1.0.0-FVfrImOIwvU9RRRQI0uKtQ" False) (C1 * (MetaCons "DWhy" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_DWhyBizStep") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe BizStep))) (S1 * (MetaSel (Just Symbol "_DWhyDisposition") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Disposition)))))