Hello,

> [...]
> "findElem <- list" findElem is a new variable, but "list" is not.
> "elem==findElem" here for some reason "elem" is not a new variable.
>
> Why does the rule only apply for "<-" operation, but not "==" for example?

Because "<-" is no operator but belongs to the syntax of the whole list 
expression.

> [...]

Wolfgang


_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to