Require const generic literals to be wrapped in Literal #367
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#367
Loading…
Reference in New Issue
No description provided.
Delete Branch "enhance/typing-literal"
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?
More closely matches the syntax in Python.
This PR also implements the behavior of
Literal
whereLiteral[a, b]
would accept a value of eithera
orb
.