[project @ 2000-05-16 14:03:14 by rrt]
[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]