zifter-0.0.1.3: zifter

Safe HaskellSafe
LanguageHaskell2010

Zifter.OptParse

Documentation

data Dispatch Source #

Instances

Eq Dispatch Source # 
Show Dispatch Source # 
Generic Dispatch Source # 

Associated Types

type Rep Dispatch :: * -> * #

Methods

from :: Dispatch -> Rep Dispatch x #

to :: Rep Dispatch x -> Dispatch #

type Rep Dispatch Source # 
type Rep Dispatch = D1 (MetaData "Dispatch" "Zifter.OptParse.Types" "zifter-0.0.1.3-BlFeu6n8FZI6hgby90aXfR" False) ((:+:) ((:+:) (C1 (MetaCons "DispatchRun" PrefixI False) U1) (C1 (MetaCons "DispatchInstall" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool)))) ((:+:) (C1 (MetaCons "DispatchPreProcess" PrefixI False) U1) ((:+:) (C1 (MetaCons "DispatchPreCheck" PrefixI False) U1) (C1 (MetaCons "DispatchCheck" PrefixI False) U1))))

newtype Settings Source #

Constructors

Settings 

Instances

Eq Settings Source # 
Show Settings Source # 
Generic Settings Source # 

Associated Types

type Rep Settings :: * -> * #

Methods

from :: Settings -> Rep Settings x #

to :: Rep Settings x -> Settings #

type Rep Settings Source # 
type Rep Settings = D1 (MetaData "Settings" "Zifter.OptParse.Types" "zifter-0.0.1.3-BlFeu6n8FZI6hgby90aXfR" True) (C1 (MetaCons "Settings" PrefixI True) (S1 (MetaSel (Just Symbol "setsOutputColor") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool)))