Infer precise type for constants: (constructor foo 1) should have the type (constructor foo 1) #6

Open
opened 2016-08-19 18:24:12 +01:00 by SuzanneSoy · 1 comment
SuzanneSoy commented 2016-08-19 18:24:12 +01:00 (Migrated from github.com)

Infer precise type for constants: (constructor foo 1) should have the type (constructor foo 1), not (constructor foo Number). Same goes for structures and tagged structures.

Infer precise type for constants: (constructor foo 1) should have the type (constructor foo 1), not (constructor foo Number). Same goes for structures and tagged structures.
SuzanneSoy commented 2016-08-19 18:45:56 +01:00 (Migrated from github.com)

The constructor macro could detect when it has a datum for which it can specify a more precise type, and wrap it with (ann datum datum).

The `constructor` macro could detect when it has a datum for which it can specify a more precise type, and wrap it with `(ann datum datum)`.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/phc-adt#6
No description provided.