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.
wvd
1 parent 187ce45 commit 55ca2ecCopy full SHA for 55ca2ec
src/types.jl
@@ -77,7 +77,7 @@ function exprtype(x::BasicSymbolic)
77
end
78
79
80
-wvd = WeakValueDict{UInt, BasicSymbolic}()
+const wvd = WeakValueDict{UInt, BasicSymbolic}()
81
82
# Same but different error messages
83
@noinline error_on_type() = error("Internal error: unreachable reached!")
0 commit comments