[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s107.hs
1 --!!! Testing export of class members
2
3 module T7 where
4
5 import T6
6
7 p :: (W a,X a, Y a, Z a) => [a]
8 p = [y,z]