Dealing with configuration data
Simon Peyton-Jones
simonpj@microsoft.com
Thu, 26 Sep 2002 08:37:59 +0100
| Sorry, I should also mention implicit parameters, if you're willing to
use
| that extension. I don't like them, though, and my impression from SPJ
is
| that it's very unclear whether they will get into Haskell 2 or not...
It's *linear* implicit parameters that are a weird beast. Ordinary
implicit parameters are quite well behaved. =20
Having said that, there is no Haskell 2 process at the moment...
Simon