8000 Allow lambda after pipe · Issue #275 · evhub/coconut · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Allow lambda after pipe #275
Closed
Closed
@evhub

Description

@evhub

The syntax <expr> <pipe> <lambda> is unambiguous and consistent with existing semantics, so we could add it as a convenience over <expr> <pipe> (<lambda>), though we'd have to ensure that

a |> x -> x |> f

was parsed as

a |> x -> (x |> f)

and not as

a |> (x -> x) |> f

to be consistent with current precedence ordering.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0