racket/unsafe/undefined should not be allowed #1
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/delay-pure#1
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?
If racket/unsafe/undefined can actually be used for unsoundness, it should not be allowed. Instead, we should use an ad-hoc implementation of optional arguments (have a standard wrapper function with optional arguments using a unique symbol to indicate their absence, and pass those values to the "barrier" which verifies purity, so that # is never used.