Skip to content

failing to parse a nested generator in the inner loop #9

@julochrobak

Description

@julochrobak

The following expressions works fine:
[ {b, a} | b <- [0,1], a <- [2,3] ]

but this one fails with a compilation error:
[ {b, a} | b <- [0,1], a <- [ c | c <- [2,3]] ]

{"line":0,"column":0,"error":"unknown identifier 'c'"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions