Safe Haskell | None |
---|---|
Language | Haskell2010 |
NewtypeZoo.Remaining
Description
Indicate that something is the Remaining
part of something.
Documentation
Constructors
Remaining a |
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 #