 
            
            
            
            
                26 Jan
                
                    2010
                
            
            
                26 Jan
                
                '10
                
            
            
            
        
    
                1:08 p.m.
            
        On Tue, Jan 26, 2010 at 11:55 AM, Felipe Lessa 
On Tue, Jan 26, 2010 at 11:52:34AM -0600, Jeremy Shaw wrote:
+ toConstr _ = error "toConstr" + gunfold _ _ = error "gunfold"
Isn't it better to write
error "Data.Text.Text: toConstr"
Usually I try to do this as we don't get stack traces for _|_.
I think so... none of the other instances do.. but I guess that is not a very good excuse :) - jeremy