dwergaz-0.2.0.6: A minimal testing library
Copyright(c) 2017-2023 Henry Till
LicenseBSD3
Maintainerhenrytill@gmail.com
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell98

Test.Dwergaz

Description

Usage:

See the tests for a usage example.

Documentation

data Test Source #

Constructors

forall a.(Eq a, Show a) => Predicate String (a -> Bool) a 
forall a.(Eq a, Show a) => Expect String (a -> a -> Bool) a a 

data Result Source #

Instances

Instances details
Show Result Source # 
Instance details

Defined in Test.Dwergaz