fwcd / curry-language-server

IDE support for the functional logic language Curry
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Shadowing function parameters are not handled correctly #43

Open fwcd opened 2 years ago

fwcd commented 2 years ago

E.g. in

f failed = failed

both faileds should refer to (e.g. through definition lookup aka. ctrl+click) the local parameter and not the failed imported from the Prelude.