[project @ 2000-08-24 11:45:24 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail024.hs
1 module ShouldFail where
2
3 sig_without_a_defn :: a -> b
4
5 f :: a -> b
6 f = sig_without_a_defn