summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/scripts/ghci014.hs
blob: dd668cff3b816bd75d9f6ee19ec18712e2c57dc9 (plain)
1
2
3
4
5
6
7

import Test.QuickCheck.Batch

prop_silly :: [()] -> Bool
prop_silly xs = head xs == head xs 

do_test = runTests "test" defOpt [ run prop_silly ]