-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: minor improvements for purity info (#728)
### Summary of Changes * Allow use of `@Pure` on parameters to indicate that the parameter only accepts pure functions. * Add another reason for impurity: A function calls another function, which may be impure, that is given by a parameter
- Loading branch information
1 parent
4b8196f
commit 8d59607
Showing
2 changed files
with
14 additions
and
3 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