Skip to content

Commit 22a0b83

Browse files
committed
leq
1 parent 4f1b520 commit 22a0b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/outputsize.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ for f in [:+, :-, :*, :/, :^, :mod, :div, :rem]
3232
end
3333

3434
Base.:<(::Nil, ::Nil) = true
35+
Base.:<=(::Nil, ::Nil) = true
3536

3637
Base.isnan(::Nil) = false
3738
Base.isfinite(::Nil) = true

0 commit comments

Comments
 (0)