[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn004.hs
1 module Foo where
2
3 --!!! multiple definitions, but hidden in patterns
4
5 f x = x
6   where
7     a           = []
8     (b,c,a)     = ([],[],d)
9     [d,b,_]     = ([],a,[])