Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Heck
Documentation
data Test (m :: Type -> Type) (n :: Type -> Type) Source #
Constructors
MkTest | |
Fields
|
Arguments
:: forall m a (n :: Type -> Type). (HasCallStack, Applicative m, Eq a, Show a) | |
=> Test m n | |
-> a | expected |
-> a | actual |
-> m () |