X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Fprinting%2FPrint001.stderr;fp=ghc%2Fcompiler%2Ftests%2Fprinting%2FPrint001.stderr;h=2cf5b134f68987391fa03f337d151387f0ea5657;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/printing/Print001.stderr b/ghc/compiler/tests/printing/Print001.stderr new file mode 100644 index 0000000..2cf5b13 --- /dev/null +++ b/ghc/compiler/tests/printing/Print001.stderr @@ -0,0 +1,10 @@ +=-=-=-=-=INTERFACE STARTS HERE=-=-=-=-= Print001 +interface Print001 where +f :: Eq a => (a -> b -> c) -> a -> b -> c {-# ARITY _ = 2 #-} +f2 :: (Eq a, Ord a, Ix c) => (a -> b -> c) -> a -> b -> c {-# ARITY _ = 4 #-} +g :: Foo Int (b -> a) (b -> [(b, Double, Int)]) -> Float {-# ARITY _ = 1 #-} +mkFoo :: [((a -> Int) -> a) -> b] -> (a -> b, b -> b) -> () -> Foo a b c {-# ARITY _ = 3 #-} +data Bar a = BarNil | BarCon (Foo a a a) (Bar a) +data Foo a b c = MkFoo [((a -> Int) -> a) -> b] (a -> b, b -> b) () +=-=-=-=-=INTERFACE STOPS HERE=-=-=-=-= +