Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data NoSource (f :: Type -> Type) Source #
Throwaway type whose GetSource
instance returns no value.
Instances
GetSource NoSource f Source # | |
Generic (NoSource f) Source # | |
ProductB NoSource Source # | |
TraversableB NoSource Source # | |
Defined in Options.Harg.Sources.NoSource 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 # | |