% $Id: FunPatMatchTest.oz,v 1.1 2007/10/15 06:08:42 leavens Exp leavens $ \insert 'Test.oz' \insert 'FunPatMatch.oz' {Test {First a#3} '==' a} {Test {Match2 a#3 b#4} '==' a#b} % Note % {Browse {Match2 nil d}} % would give an error, because nil doesn't match the pattern