X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2Ftests%2Freader%2FOneA.hi;fp=ghc%2Fcompiler%2Ftests%2Freader%2FOneA.hi;h=0000000000000000000000000000000000000000;hb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;hp=42ed19492949b1be53e0f63f590124daab7b07a5;hpb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/reader/OneA.hi b/ghc/compiler/tests/reader/OneA.hi deleted file mode 100644 index 42ed194..0000000 --- a/ghc/compiler/tests/reader/OneA.hi +++ /dev/null @@ -1,15 +0,0 @@ -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