| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Options.Harg.Sources.NoSource
Documentation
data NoSource (f :: Type -> Type) Source #
Throwaway type whose GetSource instance returns no value.
Constructors
| NoSource |
Instances
| GetSource NoSource f Source # | |
| Generic (NoSource f) Source # | |
| ProductB NoSource Source # | |
| TraversableB NoSource Source # | |
Defined in Options.Harg.Sources.NoSource Methods btraverse :: Applicative t => (forall (a :: k). f a -> t (g a)) -> NoSource f -> t (NoSource g) # | |
| FunctorB NoSource Source # | |
Defined in Options.Harg.Sources.NoSource | |
| type SourceVal NoSource Source # | |
Defined in Options.Harg.Sources.NoSource | |
| type Rep (NoSource f) Source # | |