Validator should validate recursive functions #19
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#13 Bring Prelude into Rust
scott/rudus
Reference: scott/rudus#19
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?
In the
Fn
branch invalidator.rs:417
: we need to devise a kind of placeholder binding for the function that's being defined, so that it's a bound name inside the function body—and can thus be called recursively without any errors.Done in
36c5d125fb