I've installed lambdabot, but check within it seems to be broken: the only answer it ever gives is "Terminated". For example:

lambdabot> check True
 Terminated
lambdabot>



quickCheck works just fine in a GHCi session:


Prelude> :m + Test.QuickCheck
[...]
Prelude> quickCheck True
[...]
+++ OK, passed 100 tests.



(GHC 7.0.3 on Ubuntu Natty, everything freshly installed with cabal install as far as possible.)

Any advice?


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to