X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Freader%2FOneA.hi;fp=ghc%2Fcompiler%2Ftests%2Freader%2FOneA.hi;h=42ed19492949b1be53e0f63f590124daab7b07a5;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/reader/OneA.hi b/ghc/compiler/tests/reader/OneA.hi new file mode 100644 index 0000000..42ed194 --- /dev/null +++ b/ghc/compiler/tests/reader/OneA.hi @@ -0,0 +1,15 @@ +interface OneA where + +import OneB ( fB ) renaming ( fB to fBa ) + +type SynA = Float + +data DataAA +data (Ord a) => DataAB a = ConAB1 a | ConAB2 deriving Text + +class (Ord a) => ClassA a where + clsA :: a -> String + +instance ClassA Int + +fA :: a -> a