[project @ 1998-02-10 13:51:28 by simonm]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read008.hs
1 module ShouldSucceed where
2
3 {-# SPECIALISE f :: Int -> Int 
4 #-}
5 f n = n + 1