plutarch-testlib-1.0.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Plutarch.Test.Utils

Synopsis

Documentation

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

Decrease number of quickcheck tests by specified factor

prettyShow :: forall (a :: Type). 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

:: Bool

Wrap in parentheses if contains space

-> TypeRep k 
-> String 

precompileTerm :: forall (p :: S -> Type). ClosedTerm p -> ClosedTerm p Source #

@since WIP