Re: [Haskell-cafe] Making MVar and Chan Instances of Typeable

5 Nov
2004
5 Nov
'04
3:55 p.m.
My mistake: instance Typeable a => Typeable (MVar a) where typeOf (x::MVar x) = mkAppTy (mkTyCon "Control.Concurrent.MVar.MVar") [typeOf (undefined::x)] Keean.
7548
Age (days ago)
7548
Last active (days ago)
0 comments
1 participants
participants (1)
-
MR K P SCHUPKE