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