RE: Data.Dynamic and dynamically loaded code

2004-06-14 Thread Simon Marlow
On 10 June 2004 05:32, Donald Bruce Stewart wrote: The problem appears to be in the hash keys of the type representation used to compare to types for equality. A dynamic value in the (statically compiled) application never has the same key as its equivalent type in the dynamically loaded

Re: Data.Dynamic and dynamically loaded code

2004-06-14 Thread Donald Bruce Stewart
simonmar: On 10 June 2004 05:32, Donald Bruce Stewart wrote: The problem appears to be in the hash keys of the type representation used to compare to types for equality. A dynamic value in the (statically compiled) application never has the same key as its equivalent type in the