Christian Maeder <[EMAIL PROTECTED]> writes: > We have put a large list in double quotes and used "read" to convert > the large literal string (too big for hugs, though) into the needed > list. This reduced compile time drastically, but I don't know how the > runtime changed. (Also errors can only occur at runtime.)
Yes, that seemed to do the trick! Don't think there was much of a runtime cost, certainly less than the previous compile cost. -kzm -- If I haven't seen further, it is by standing in the footprints of giants _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
