Hi Srinivas Nedunuri > I'm sure this question has been asked before, (but unf. the Haskell archives > aren't searchable without downloading each month seperately), so I hope
You can search here: http://www.mail-archive.com/[email protected]/ > nobody minds me asking again. Is there any way to get metadata or reflection > capabilities in Haskell? I do not know of any Java-like reflection capabilities in Haskell. However, "Scrap Your Boilerplate" (search google) and Generic Haskell can do a lot of the same stuff reflection can do in Java. Think of it as compile-time reflection. /Mads > > cheers > > > > _______________________________________________ > Haskell mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell > _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
