
10 Dec
2006
10 Dec
'06
6:21 a.m.
On 12/10/06, Lemmih
How about using a StablePtr to a Dynamic?
I'm using them, but just forgot to put them in the example I wrote. myfunc :: (Tyeable a, Typeable b) => StablePtr (MyType a b) ... Either the way, it doesn't work due to the class context, which is not accepted byt the FFI.