On 06 Dec 2006 19:33:51 +0000, Jón Fairbairn <[EMAIL PROTECTED]>
wrote:

> and in the where statement:
>
>             T _ a y b = ins s

Here it's a pattern match. So if ins s returns (T x a' y'
b'), then a = a'; y = y'; b = b' are used in the expresion
covered by the where clause.


Great, thanks for clearing that up. Sometimes Haskell is a bit too concise!

Justin
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to