| |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Types and Classes | |||||||||||||||||||||||||
data Test | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
defaultTest :: Test | |||||||||||||||||||||||||
class Expr a => Random a where | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Test Execution | |||||||||||||||||||||||||
runTests :: Int -> [IO Test] -> IO () | |||||||||||||||||||||||||
Running TestList | |||||||||||||||||||||||||
Printing Utilities | |||||||||||||||||||||||||
printStrLn :: String -> Atom () | |||||||||||||||||||||||||
Printing strings in C using printf. | |||||||||||||||||||||||||
printIntegralE :: IntegralE a => String -> E a -> Atom () | |||||||||||||||||||||||||
Print integral values. | |||||||||||||||||||||||||
printFloatingE :: FloatingE a => String -> E a -> Atom () | |||||||||||||||||||||||||
Print floating point values. | |||||||||||||||||||||||||
Produced by Haddock version 2.7.2 |