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 8ab757e commit 9254b92Copy full SHA for 9254b92
src/types.jl
@@ -52,7 +52,7 @@ function symtype end
52
53
symtype(x::Number) = typeof(x)
54
55
-symtype(x) = Any
+symtype(x) = typeof(x)
56
57
symtype(::Symbolic{T}) where {T} = T
58
0 commit comments