RE: Strange lexical syntax

1999-07-01 Thread Hans Aberg
At 00:59 -0700 1999/07/01, Mark P Jones wrote: >| Quick quiz: how many Haskell lexemes are represented by the following >| sequences of characters? >| >| 1) M.x >| 2) M.let >| 3)M.as >| 4) M.. >| 5) M... >| 6) M.! > >Interesting examples!

RE: Strange lexical syntax

1999-07-01 Thread Mark P Jones
Hi Simon (again!) | I just uncovered a couple of strange cases in the Haskell lexical syntax. | If you're not especially bothered about such things, don't bother to read | on! | | Quick quiz: how many Haskell lexemes are represented by the following | sequences of characters? | | 1) M

Re: Strange lexical syntax

1999-06-28 Thread Christian Sievers
Simon Marlow wrote: > Quick quiz: how many Haskell lexemes are represented by the following > sequences of characters? > > 1) M.x > 2) M.let > 3)M.as > 4) M.. > 5) M... > 6) M.! > > answers: > > 1) 1. This is a