11 Jun
                
                    2007
                
            
            
                11 Jun
                
                '07
                
            
            
            
        
    
                7:52 a.m.
            
        On Mon, Jun 11, 2007 at 01:16:58PM +0200, Marc Weber wrote:
If this happens may I propose having a look at my small parsec patch allowing arbitrary token types not only chars ?
I'm a bit confused as to what your patch does; parsec already supports arbitrary token types, doesn't it? e.g. parse :: GenParser tok () a -> SourceName -> [tok] -> Either ParseError a works with any token type tok. Thanks Ian