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