Re: [Haskell-cafe] Making MVar and Chan Instances of Typeable
            
            
            
                5 Nov
                
                    2004
                
            
            
                5 Nov
                
                '04
                
            
            
            
        
    
                10:55 a.m.
            
        My mistake: instance Typeable a => Typeable (MVar a) where typeOf (x::MVar x) = mkAppTy (mkTyCon "Control.Concurrent.MVar.MVar") [typeOf (undefined::x)] Keean.
        7669
        
      
          Age (days ago)
        
      
        7669
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
MR K P SCHUPKE