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 72c8335 commit 30de48dCopy full SHA for 30de48d
src/types.jl
@@ -198,7 +198,7 @@ struct FnType{X<:Tuple,Y} end
198
199
(f::Symbolic{<:FnType})(args...) = Term{promote_symtype(f, symtype.(args)...)}(f, [args...])
200
201
-function (f::Sym)(args...)
+function (f::Symbolic)(args...)
202
error("Sym $f is not callable. " *
203
"Use @syms $f(var1, var2,...) to create it as a callable. " *
204
"See ?@fun for more options")
0 commit comments