Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Does quickcheck run at compile time for Haskell? (I've dabbled with Haskell, and I've read about Quickcheck in other languages besides Haskell. In those other languages, Quickcheck definitely does not "happen" at compile time ... does it for Haskell?)


I'm pretty sure quickcheck is run when you do "cabal test", though you could make a compiler wrapping script that fails if your quickcheck tests fail.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: