[project @ 1999-01-15 18:08:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc070.hs
1 module ShouldSucceed where
2
3
4 data Boolean = FF | TT
5
6
7 idb :: Boolean -> Boolean
8 idb x = x      
9