Skip to content

into semantics as transform? #4291

Description

@max-sixty

Thanks to @broneill — full details at #4277 (reply in thread)

I had been thinking of into as a transform — so following a pipe (either a | or new line).

Currently, quoting from the discussion linked above

valid, correctly so

from y
into x

from x

valid, but incorrectly so — I think should be invalid

from y into x  # should require `|`

from x

invalid, but incorrectly so — I think should be valid

from y | into x  # the `|` should make it valid

from x

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions