
12 Oct
2010
12 Oct
'10
10:12 a.m.
On 12 October 2010 14:08, Jacek Generowicz
Reading the GHC docs on Data.Dynamic, I infer that Data.Dynamic is non-standard, but, in principle, portable to other implementations.
Is that understanding correct?
Yes - Data.Dynamic uses some GHC specifics but there are other "lightweight" encodings of dynamic types that I think just use existential types (which John Lato mentioned).