[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s054.hs
1 --!!! Class decl can't use pattern bindings
2 module M where
3 class C a where
4   x,y :: a
5   (x,y) = error "foo"