intellij-frege
intellij-frege copied to clipboard
References in List comprehensions need to be recognized
In a list comprehension like
[x | x <- [1,2,3]]
the reference x is currently shown with an error message "unresolved reference x". It compiles and runs correctly, though.
Used in: https://github.com/tricktron/frege-data-science/blob/d1924e905df8a658fb038de0c108945f05d97ba3/src/main/frege/ch/fhnw/thga/datascience/ScatterChart.fr#L21
Plugin version 1.1.0, Java 16, Frege 3.25.84