We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d71d5 commit 0588ef3Copy full SHA for 0588ef3
1 file changed
src/std.jl
@@ -365,9 +365,11 @@ String format of an expression in standard form.
365
struct StdStr end
366
367
"""
368
- JuliaFunc()
+ JuliaFunc([args=AbstractVector{Variable},])
369
370
-Julia function that evaluates an expression in standard form.
+Julia function that evaluates an expression in standard form. The optional argument `args`
371
+can be used for specifying order of the arguments in the function signature. If `args`
372
+is given, then each variable must occur exactly once.
373
374
struct JuliaFunc
375
args::Union{Vector{String},Nothing}
0 commit comments