[project @ 1997-05-26 05:58:06 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / printing / Print001.hs
index efe63d4..0b39384 100644 (file)
@@ -2,6 +2,8 @@
 
 module Print001 where
 
+import Ix
+
 data Foo d e f = MkFoo [((d->Int)->d)->e] (d->e, e->e) ()
 data Bar a = BarNil
           | BarCon (Foo a a a) (Bar a)