We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138a54f commit 955cd7cCopy full SHA for 955cd7c
1 file changed
src/entities/HypoRecipe.jl
@@ -44,7 +44,7 @@ function Base.isapprox(
44
end
45
46
47
-Base.==(
+Base.:(==)(
48
a::HypoRecipe,
49
b::HypoRecipe
50
) = isapprox(a,b)
0 commit comments