[project @ 2001-08-22 11:45:06 by sewardj]
[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