We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1b520 commit 22a0b83Copy full SHA for 22a0b83
src/outputsize.jl
@@ -32,6 +32,7 @@ for f in [:+, :-, :*, :/, :^, :mod, :div, :rem]
32
end
33
34
Base.:<(::Nil, ::Nil) = true
35
+Base.:<=(::Nil, ::Nil) = true
36
37
Base.isnan(::Nil) = false
38
Base.isfinite(::Nil) = true
0 commit comments