signet
Safe HaskellSafe-Inferred
LanguageHaskell2010

Signet.Unstable.Type.Test

Documentation

data Test (io :: Type -> Type) (tree :: Type -> Type) Source #

Constructors

MkTest 

Fields

assertEq :: forall io a (tree :: Type -> Type). (HasCallStack, Applicative io, Eq a, Show a) => Test io tree -> a -> a -> io () Source #