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