-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Describe the bug
Lambdulus renames lambda arguments even if not strictly necessary.
To Reproduce
Steps to reproduce the behavior:
- Insert
(λ t f . t) (λ t f . (λ t f . t) f t)
- Click on
Debug
- Observe the highlighting
- Do one
Step
- See the
Step Message
and the result
Expected behavior
Lambdulus shouldn't rename the f
variable because there won't be any capturing happening.
Desktop (please complete the following information):
- Version:
at the beginning of the 2022
Additional context
This is an error in the algorithm identifying the need for alpha renaming.
Metadata
Metadata
Assignees
Labels
No labels