Skip to content

Commit db44c8d

Browse files
committed
Update ContinuumArrays.jl
1 parent 70b9713 commit db44c8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ContinuumArrays.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ struct AlephInfinity{N} <: Integer end
2424
==(::AlephInfinity, ::Int) = false
2525
==(::Int, ::AlephInfinity) = false
2626

27+
*(::AlephInfinity{N}, ::AlephInfinity{N}) where N = AlephInfinity{N}()
28+
2729
const ℵ₁ = AlephInfinity{1}()
2830

2931
show(io::IO, F::AlephInfinity{1}) where N =

0 commit comments

Comments
 (0)