Safe Haskell | None |
---|---|
Language | Haskell2010 |
Indicate that something is the Remaining
part of something.
Documentation
Instances
_theRemaining :: Remaining x -> x Source #
theRemaining :: forall a b p f. (Profunctor p, Functor f) => p a (f b) -> p (Remaining a) (f (Remaining b)) Source #