| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
NewtypeZoo.Obsolete
Description
Indicate that something is Obsolete.
Documentation
Constructors
| Obsolete a |
Instances
_theObsolete :: Obsolete x -> x Source #
theObsolete :: forall a b p f. (Profunctor p, Functor f) => p a (f b) -> p (Obsolete a) (f (Obsolete b)) Source #