[project @ 1997-05-26 05:54:39 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc070.hs
1 module ShouldSucceed where
2
3
4 data Boolean = FF | TT
5
6
7 idb :: Boolean -> Boolean
8 idb x = x      
9