10 Oct
2006
10 Oct
'06
4:30 p.m.
Mon Feb 5 10:35:26 PST 2001 malcolm * Fix long-standing bug in @-patterns. An @-pattern in a CAF (i.e. not in an argument position or lambda) generated incorrect code. Example: main = let s@_ = "hello" in print s expected result "hello", actually gave "". M ./src/compiler98/Case.hs -10 +18