Browse thread
Re : [Caml-list] Ask for a more efficient way to deallocate memory (full version)
-
Matthieu Wipliez
- David Teller
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David Teller <David.Teller@e...> |
| Subject: | Camlp4 error messages (was Re: Re : [Caml-list] Ask for a more efficient way to deallocate memory) |
> Just to clarify : the error messages from the *parser* are completely different. Everything after the parser is the same with or without camlp4. Most importantly, you don't have to learn new type-checker messages. > > > Yitzhak Which might not always be a good thing. That is, in the revised syntax, for instance, you write "list int" instead of "int list" -- but the error message remains "int list". Cheers, David