Re: hashmap withdrawal and poor haskell style
 
            
            
            
            
                4 Apr
                
                    2002
                
            
            
                4 Apr
                
                '02
                
            
            
            
        
    
                7:38 a.m.
            
        module Main where main = do content <- getContents let starstat = oneline content alphabet = ['a'..'z'] count ch = length . filter (==ch) oneline str ch = [ch] ++ " " ++ stars (count ch str) stars x = take x ['*','*'..] sequence $ map (putStrLn . starstat) alphabet Just another example ... I thought you might like an example close to your original code _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
        8611
        
      
          Age (days ago)
        
      
        8611
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                 Long Goodbye Long Goodbye