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