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