[project @ 1999-06-11 16:10:18 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read008.hs
1 module ShouldFail where
2
3 -- strictness annotations on the argument to a newtype constructor
4 -- are not allowed.
5 newtype N a = T ![a]