[Haskell-cafe] Re: [Haskell] Parsec question: attempted 'notMatching' combinator

2004-02-18 Thread Graham Klyne
[To Haskell-cafe...] At 16:57 17/02/04 -0500, Andrew Pimlott wrote: On Tue, Feb 17, 2004 at 07:48:52PM +, Graham Klyne wrote: > Thanks! That got me going, though not with quite what you suggested. > > I ended up with this: > [[ > notMatching :: Show a => GenParser tok st a -> GenParser tok st

Re: [Haskell-cafe] Re: [Haskell] Parsec question: attempted 'notMatching' combinator

2004-02-18 Thread Andrew Pimlott
On Wed, Feb 18, 2004 at 10:48:39AM +, Graham Klyne wrote: > [To Haskell-cafe...] > > At 16:57 17/02/04 -0500, Andrew Pimlott wrote: > >On Tue, Feb 17, 2004 at 07:48:52PM +, Graham Klyne wrote: > >> [[ > >> notMatching :: Show a => GenParser tok st a -> GenParser tok st () > >> notMatching