Skip to content

Commit 0588ef3

Browse files
committed
Update docstring for 'to_std'
1 parent 51d71d5 commit 0588ef3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/std.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,11 @@ String format of an expression in standard form.
365365
struct StdStr end
366366

367367
"""
368-
JuliaFunc()
368+
JuliaFunc([args=AbstractVector{Variable},])
369369
370-
Julia function that evaluates an expression in standard form.
370+
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.
371373
"""
372374
struct JuliaFunc
373375
args::Union{Vector{String},Nothing}

0 commit comments

Comments
 (0)