[Haskell-cafe] Is using Data.Dynamic considered a no-go?
Peter Verswyvelen
bugfact at gmail.com
Thu Feb 12 12:43:45 EST 2009
Haskell seems to have pretty strong support for dynamic casting using
Data.Typeable and Data.Dynamic.
All kinds of funky dynamic programming seems to be possible with these
"hacks".
Is this considered as being as bad as - say - unsafePerformIO? What kind of
evil is lurking here?
Cheers,
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090212/776c1fec/attachment.htm
More information about the Haskell-Cafe
mailing list