[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / typechecker / t001.hs
1 --!!! Testing error-line numbers II (fixed from Hugs 1.01)
2 f :: (Show a, Read a) => a -> String
3 (f,g) = (show,read)