
6 Dec
2006
6 Dec
'06
2:39 p.m.
On 06 Dec 2006 19:33:51 +0000, Jón Fairbairn
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