patch applied (c2hs): Use a newtype for building reversed lists
23 Feb
2007
23 Feb
'07
8:39 a.m.
Thu Feb 22 16:21:30 PST 2007 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> * Use a newtype for building reversed lists When building lists up in reverse it's rather easy to forget to reverse them when we get to the top level. So introduce a newtype and operations for reversed lists. This way the type will tell us where we've forgot to reverse (and there were one or two places) M ./c2hs/c/CParser.y -46 +77
7108
Age (days ago)
7108
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts