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.
2 parents 8ab757e + 9254b92 commit 40fe575Copy full SHA for 40fe575
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