[examples
martin.hofmann@uni-bamberg.de**20091009111229] hunk ./expl/Examples.hs 369
---multfst [] = []
+multfst [] = []
hunk ./expl/Examples.hs 493
---swap [a,b,c,d,e] = [b,a,d,c,e]
---swap [a,b,c,d,e,f] = [b,a,d,c,f,e]
+swap [a,b,c,d,e] = [b,a,d,c,e]
+swap [a,b,c,d,e,f] = [b,a,d,c,f,e]