
1 Sep
2008
1 Sep
'08
9:30 p.m.
Simon Peyton-Jones wrote:
Plan A: · The class Data is defined in ‘base’ · The SYB library builds on it · Other libraries may build on it, independent of SYB
Plan B: · The class Data is defined in SYB · Other libraries that want reflection-like facilities must build on SYB
What about a new "introspection" package containing Typeable, Dynamic and Data? -- Ashley Yakeley