[m-rev.] for review: better error messages for lambda exprs

Julien Fischer jfischer at opturion.com
Tue May 17 10:00:30 AEST 2016


Hi,

On Tue, 17 May 2016, Mark Brown wrote:

> Here's my views on the proposed keywords.
>
> On Mon, May 16, 2016 at 10:13 AM, Zoltan Somogyi
> <zoltan.somogyi at runbox.com> wrote:

...

>> +    ; Name = "int"                  % primitive type
>> +    ; Name = "float"                % primitive type
>> +    ; Name = "character"            % primitive type
>> +    ; Name = "string"               % primitive type

The standard library uses some of the above as function names,
float.float/1 and string.string/1 for example, and it isn't unusal to
use them as data constructor names where they wrap the above types.

Julien.


More information about the reviews mailing list