Infinities.jl icon indicating copy to clipboard operation
Infinities.jl copied to clipboard

static infinity

Open cscherrer opened this issue 2 years ago • 3 comments

I'm not sure whether it makes more sense here or in Static.jl, but I'd think there should be code somewhere to make this work:

julia> static(∞)
ERROR: There is no static alternative for type Infinities.Infinity.
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:33
 [2] _no_static_type(x::Any)
   @ Static ~/.julia/packages/Static/2w1BY/src/Static.jl:85
 [3] static(x::Infinities.Infinity)
   @ Static ~/.julia/packages/Static/2w1BY/src/Static.jl:70
 [4] top-level scope
   @ REPL[6]:1

cscherrer avatar Nov 23 '21 19:11 cscherrer