plutarch-testlib
Safe HaskellNone
LanguageGHC2021

Plutarch.Test.Utils

Synopsis

Documentation

fewerTests :: QuickCheckTests -> QuickCheckTests -> QuickCheckTests Source #

Decrease number of quickcheck tests by specified factor

prettyShow :: Pretty a => a -> String Source #

prettyEquals :: (Eq a, Pretty a) => a -> a -> Property Source #

typeName :: forall k (a :: k). Typeable a => String Source #

instanceOfType Source #

Arguments

:: forall k (a :: k). Typeable a 
=> String

Instance name

-> String 

typeName' Source #

Arguments

:: forall {k1} (k2 :: k1). Bool

Wrap in parentheses if contains space

-> TypeRep k2 
-> String 

precompileTerm :: forall (p :: S -> Type). (forall (s0 :: S). Term s0 p) -> forall (s1 :: S). Term s1 p Source #

Since: 1.0.0