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