Skip to content

v0.61.0

Compare
Choose a tag to compare
@nalimilan nalimilan released this 17 Mar 16:49
· 223 commits to master since this release
0c7525e
Fixes for JuliaLang/julia/pull/26436. (#517)

- Add one argument ``curried'' forms of `isequal`, `==` and `in`.

- Keep the following definitions to not break Compat on julia v0.6:
   - const EqualTo{T} = Fix2{typeof(isequal),T}
   - equalto(x) = isequal(x)
   - const OccursIn{T} = Fix2{typeof(in),T}
   - occursin(x) = in(x)