On 06 Dec 2006 19:33:51 +0000, Jón Fairbairn <jon.fairbairn@cl.cam.ac.uk> 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.