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!
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
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