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