[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / typechecker / t008.hs
1 --!!! Using distinct scoped type variables for same type
2
3 invalid1 = (\(x::a) (y::b) -> [x,y]) 
4