write future me a warning about how to use the regression tester

Ignore-this: f51e3161e581a8e480101c7060d1ae77

darcs-hash:20121208023249-76d51-f071cee65b5ec2896ad229aa27bca87a9e479854
This commit is contained in:
Daniel Wagner 2012-12-07 18:32:49 -08:00
parent d604ac7763
commit 2a0fc9d7b8

View File

@ -10,6 +10,7 @@ import System.Random
import Data.Encoding.ISO2022JP
--main = generate ISO2022JP
main = test ISO2022JP
-- BEWARE! These things are _very_ memory-hungry if you don't compile with optimizations.
-- end example
randomRepeat f max = randomRIO (0, max) >>= flip replicateM f