Skip to content

Complete / Fix multi-parameter application support #4

Closed
@retronym

Description

@retronym

Currently, we have a check in the ANF transform that prevents await usage multi-parameter list methods. This isn't a fundamental limitation, we just haven't written the transform that deals with Apply(Apply(....)) holistically, and doesn't change evaluation order of the arguments.

But, the check is over-eager, and currently stops use of awaitas the receiver for such a method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions