torch-0.1: Simple unit test library (or framework)Source codeContentsIndex
Test.Torch.Run
Synopsis
run :: Builder a -> IO ()
Documentation
run :: Builder a -> IO ()Source

run takes a builder (do block contains some tests such as is or notOk), and build test from builder, run it, and report to stdout.

You can define your own run, see makeReportWithHook.

Produced by Haddock version 2.4.2