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