Safe Haskell | None |
---|---|
Language | Haskell2010 |
Indicate that something is Partial
.
Documentation
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 #