| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Require
Documentation
data CommandArguments Source #
Constructors
| CommandArguments Text Text Text |
Instances
| Generic CommandArguments Source # | |
Defined in Require Associated Types type Rep CommandArguments :: Type -> Type # Methods from :: CommandArguments -> Rep CommandArguments x # to :: Rep CommandArguments x -> CommandArguments # | |
| ParseRecord CommandArguments Source # | |
Defined in Require Methods | |
| type Rep CommandArguments Source # | |
Defined in Require type Rep CommandArguments = D1 (MetaData "CommandArguments" "Require" "require-0.4.9-LnsIZRt5CQrKEzrYGCzTdL" False) (C1 (MetaCons "CommandArguments" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))) | |
requireMain :: IO () Source #
autorequireMain :: IO () Source #