-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix binding used in a floe position in
pass
We investigated and fixed this in the Qi meeting today. It was another "vindaloo" with currying evaluating its arguments at compile time when the binding is still `undefined`. We fixed it in the usual way of replacing currying with a lambda. This is one of the issues identified in #181.
- Loading branch information
1 parent
44511b3
commit c458efe
Showing
2 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters