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