RE: Survival of generic-classes in ghc

25 Feb
2002
25 Feb
'02
3:27 a.m.
| As long as we're reifying everything in sight, why not | simplify the design problem and reify the constructor dictionaries? Because the generic function may be building the contructor not taking it apart. (Think of a generic read function). So there is no reified constructor to deconstruct. This is discussed in the generic classes paper. It has to be done by recursion over the type. It's emphatically not just an efficiency issue. Simon
8488
Age (days ago)
8488
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Peyton-Jones