import Test.HUnit idTest = test [ id "Hello" ~?= "Hello" ] constTest = test [ const "Hello" "World" ~?= "Hello" ] main = runTestTT $ test [ "idTest" ~: idTest, "constTest" ~: constTest ]
This page was created 2007-10-09.
It is tagged with:
Contact me!