diff --git a/src/types.jl b/src/types.jl index 831154bd..a7dc9b3e 100644 --- a/src/types.jl +++ b/src/types.jl @@ -77,7 +77,7 @@ function exprtype(x::BasicSymbolic) end end -wvd = WeakValueDict{UInt, BasicSymbolic}() +const wvd = WeakValueDict{UInt, BasicSymbolic}() # Same but different error messages @noinline error_on_type() = error("Internal error: unreachable reached!")