-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for JuliaLang/julia/pull/26436.
Add one argument ``curried'' forms of `isequal`, `==` and `in`. Keep the following definitions to not break Compat on julia v0.6: - const EqualTo = Fix2{typeof(isequal)} - Compat.equalto(x) = isequal(x) - const OccursIn = Fix2{typeof(in)} - Compat.occursin(x) = in(x)
- Loading branch information
1 parent
b43c216
commit e0437f0
Showing
3 changed files
with
69 additions
and
65 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
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