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 70b9713 commit db44c8dCopy full SHA for db44c8d
src/ContinuumArrays.jl
@@ -24,6 +24,8 @@ struct AlephInfinity{N} <: Integer end
24
==(::AlephInfinity, ::Int) = false
25
==(::Int, ::AlephInfinity) = false
26
27
+*(::AlephInfinity{N}, ::AlephInfinity{N}) where N = AlephInfinity{N}()
28
+
29
const ℵ₁ = AlephInfinity{1}()
30
31
show(io::IO, F::AlephInfinity{1}) where N =
0 commit comments