[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s070.hs
1 --!!! Pattern binding must bind (not an error in standard Haskell)
2 module M where
3 x = let ['a'] = "a" in 'a'