forked from nick8325/quickcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Automatic testing of Haskell programs. For reporting bugs, please use the mailing list, quickcheck@projects.haskell.org!
License
dayoaws/quickcheck
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is QuickCheck 2, a library for random testing of program properties. === Installation === Installation is done with Cabal: $ cabal install or, if you're missing the cabal command, $ runghc Setup.lhs configure $ runghc Setup.lhs build $ runghc Setup.lhs install If you get errors about Template Haskell, try $ cabal install -f-templateHaskell but please report this as a bug, letting us know about your GHC installation. === Bugs === Please report bugs to the QuickCheck mailing list at quickcheck@projects.haskell.org. === Documentation === $ runghc Setup.lhs haddock generates API documentation in dist/doc/html/index.html
About
Automatic testing of Haskell programs. For reporting bugs, please use the mailing list, quickcheck@projects.haskell.org!
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published