compiler change

Simon Peyton-Jones simonpj at microsoft.com
Mon Sep 25 05:07:37 EDT 2006


| Last question, is using "fst/snd" really a problem as I suspected by
| using the constant twice? (I actually didn't explicitly inline the
| constant by two calls of unsafePerfromIO.)

Using a constant twice should not duplicate the work of computing it, if
that's what you mean

S


More information about the Glasgow-haskell-users mailing list