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 92f5905 + af94c87 commit ddef8dcCopy full SHA for ddef8dc
src/types.jl
@@ -247,7 +247,7 @@ can be set using the `::T` syntax.
247
variable `foo` of symtype `Number` (the default), `bar` of symtype `Real`
248
and `baz` of symtype `Int`
249
- `@syms f(x) g(y::Real, x)::Int h(a::Int, f(b))` creates 1-arg `f` 2-arg `g`
250
-and 2 arg `f`. The second argument to `h` must be a one argument function-like
+and 2 arg `h`. The second argument to `h` must be a one argument function-like
251
variable. So, `h(1, g)` will fail and `h(1, f)` will work.
252
"""
253
macro syms(xs...)
0 commit comments