 
            
            
            
            
                13 Dec
                
                    2010
                
            
            
                13 Dec
                
                '10
                
            
            
            
        
    
                12:49 p.m.
            
        Hi, I'm looking for a function to make a list of all the constructors in a type that derives both Enum and Bounded, i.e. enumAll :: (Bounded a, Enum a) => [a] enumAll = [minBound .. maxBound] Does this function exists in the standard modules? Patrick -- ===================== Patrick LeBoutillier Rosemère, Québec, Canada