hinit-0.2.2: Generic project initialization tool
Safe HaskellNone
LanguageHaskell2010

Hinit.Cli.Options

Documentation

data Op Source #

Constructors

Set Text Val 

Instances

Instances details
Eq Op Source # 
Instance details

Defined in Hinit.Cli.Options

Methods

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

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

Show Op Source # 
Instance details

Defined in Hinit.Cli.Options

Methods

showsPrec :: Int -> Op -> ShowS #

show :: Op -> String #

showList :: [Op] -> ShowS #

Generic Op Source # 
Instance details

Defined in Hinit.Cli.Options

Associated Types

type Rep Op :: Type -> Type #

Methods

from :: Op -> Rep Op x #

to :: Rep Op x -> Op #

type Rep Op Source # 
Instance details

Defined in Hinit.Cli.Options

data Command Source #

Constructors

Init 

Fields

List 

Fields

Instances

Instances details
Show Command Source # 
Instance details

Defined in Hinit.Cli.Options

Generic Command Source # 
Instance details

Defined in Hinit.Cli.Options

Associated Types

type Rep Command :: Type -> Type #

Methods

from :: Command -> Rep Command x #

to :: Rep Command x -> Command #

type Rep Command Source # 
Instance details

Defined in Hinit.Cli.Options