Skip to content

Keyword arguments for anonymous functions #2773

@simonster

Description

@simonster

#485 implemented keyword arguments for named functions. However, I would expect that

(a; b="c") -> a 

would create an anonymous function that takes a keyword argument b with a default value "c". Instead, I currently get

ERROR: syntax: malformed function arguments (block a (= b #<julia_value>))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions