Text.PrettyPrint mixes tabs and spaces??
 
            
            
            
            
                7 Apr
                
                    2004
                
            
            
                7 Apr
                
                '04
                
            
            
            
        
    
                7:23 a.m.
            
        From Text.PrettyPrint.HughesPJ:
indent n | n >= 8 = '\t' : indent (n - 8) | otherwise = spaces n I consider it seriously evil to mix tabs and spaces for indentation. *Seriously* evil. Kill-on-sight evil. Not to mention that LaTeX's \verbatiminput does not handle tabs, which makes the result look like, well, crap. If there are people who want to mix tabs and spaces, fine, but at least give me a flag that turns it off. Please? Regards, Martin
        7877
        
      
          Age (days ago)
        
      
        7877
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                 Martin Sjögren Martin Sjögren