E.g. in ```curry f failed = failed ``` both `failed`s should refer to (e.g. through definition lookup aka. ctrl+click) the local parameter and not the `failed` imported from the `Prelude`.
E.g. in
both
faileds should refer to (e.g. through definition lookup aka. ctrl+click) the local parameter and not thefailedimported from thePrelude.