
14 Jun
2005
14 Jun
'05
3:32 a.m.
What you want is a technique called "existential types". The wiki page is here: http://haskell.org/hawiki/ExistentialTypes
Thanks, I stumbled upon Existential Types earlier but ofcourse I tried to use them with labeled records.