From: Matt McCutchen Date: Thu, 10 Jul 2008 19:23:46 +0000 (-0400) Subject: The random instance generator and other improvements. X-Git-Url: https://mattmccutchen.net/match/match.git/commitdiff_plain/967c39efa10c8a2d74812741cd7a2a96602a6210?hp=967c39efa10c8a2d74812741cd7a2a96602a6210 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. ---