| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HaskellCI.Config.Doctest
Documentation
data DoctestConfig Source #
Constructors
| DoctestConfig | |
Fields | |
Instances
| Show DoctestConfig Source # | |
Defined in HaskellCI.Config.Doctest Methods showsPrec :: Int -> DoctestConfig -> ShowS # show :: DoctestConfig -> String # showList :: [DoctestConfig] -> ShowS # | |
| Generic DoctestConfig Source # | |
Defined in HaskellCI.Config.Doctest Associated Types type Rep DoctestConfig :: Type -> Type # | |
| type Rep DoctestConfig Source # | |
Defined in HaskellCI.Config.Doctest type Rep DoctestConfig = D1 (MetaData "DoctestConfig" "HaskellCI.Config.Doctest" "haskell-ci-0.2.1-xl0GqIOs8d9mlG0gYdsyz-haskell-ci-internal" False) (C1 (MetaCons "DoctestConfig" PrefixI True) (S1 (MetaSel (Just "cfgDoctestEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool) :*: (S1 (MetaSel (Just "cfgDoctestOptions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [String]) :*: S1 (MetaSel (Just "cfgDoctestVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 VersionRange)))) | |
doctestConfigGrammar :: (OptionsGrammar g, Applicative (g DoctestConfig)) => g DoctestConfig DoctestConfig Source #