[Haskell-cafe] Records

Tomasz Zielonka tomasz.zielonka at gmail.com
Tue Nov 22 03:57:48 EST 2005


On Tue, Nov 22, 2005 at 10:39:22AM +0200, Antti-Juhani Kaijanaho wrote:
> Tomasz Zielonka wrote:
> > Aren't C and C++ space insensitive (except the preprocessor)?
> (In a totally space insensitive language, "andy" and "and y" would be
> tokenized the same way.)

Ah, I was wrong, here are some examples:

    int a;                          inta;
    + + a;                          ++a;
    map <int, list<T> >             map<int,list<T>>

Best regards
Tomasz


More information about the Haskell-Cafe mailing list