
13 Jun
2007
13 Jun
'07
10:09 p.m.
On Wed, Jun 13, 2007 at 05:12:25PM +0300, Benja Fallenstein wrote:
However, this is still kind of boring. Is there a better way? If not, would it be a good idea to have compiler support for building this kind of type table?
The compiler does build exactly such a table - it's called a symbol table. If you aren't afraid of massive overkill, you can use hs-plugins to write String -> exists a. Read a => a . Stefan