
8 Dec
2005
8 Dec
'05
7:43 a.m.
Doesn't this have an effect on performance? Is GHC still able to optimize things properly? On Dec 8, 2005, at 10:20 AM, Bulat Ziganshin wrote:
Hello Joel,
Thursday, December 08, 2005, 12:26:52 PM, you wrote:
JR> I was also hoping that something like this would let me avoid JR> quantifying a in functions downstream but alas, it does not happen. I JR> have to use (Eq a, Show a) => a ... everywhere else.
to avoid context declarations you can (need?) completely avoid function types declarations, as i do