File: TestListSet1.hs

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

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