Infer precise type for constants: (constructor foo 1) should have the type (constructor foo 1) #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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)
.