The random instance generator and other improvements.
authorMatt McCutchen <matt@mattmccutchen.net>
Thu, 10 Jul 2008 19:23:46 +0000 (15:23 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Thu, 10 Jul 2008 19:23:46 +0000 (15:23 -0400)
commit967c39efa10c8a2d74812741cd7a2a96602a6210
treeddd47375380aec9728e0f6b1d46febb09763b67e
parent2e7d542623d17554667ca0199dd988caf3c442ae
The random instance generator and other improvements.

- Split Instance into its own file, change it to use arrays, and implement Show.
- Add random InstanceGenerator using RandomizedMonad.
- Make Test export more stuff for use from GHCi.
program/ArrayStuff.hs [new file with mode: 0644]
program/Formatter.hs [new file with mode: 0644]
program/Instance.hs [new file with mode: 0644]
program/InstanceGenerator.hs [new file with mode: 0644]
program/Makefile
program/ProposalMatcher.hs [moved from program/ProposalMatch.hs with 83% similarity]
program/ProposalMatcherConfig.hs [moved from program/ProposalMatchConfig.hs with 92% similarity]
program/RandomizedMonad.hs [new file with mode: 0644]
program/Test.hs