We had very long compilation times when optimization or profiling was switched on, for a [(String, Int)] list with about 5000 entries.

We worked around the problem by changing the list into a String (escaping doublequotes) and using "read" to convert it to a list.

The big string, however, does not go through hugs:


- Maximum token length (4000) exceeded

Christian

_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to