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