File: TestCountdown2.hs

package info (click to toggle)
haskell-lazysmallcheck 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 188 kB
  • ctags: 1
  • sloc: haskell: 1,230; sh: 15; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (9)
1
2
3
4
5
import Test.LazySmallCheck
import Countdown
import System

main = do [d] <- getArgs ; depthCheck (read d) prop_solutions