X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Fstranal%2Ftest.lhs;fp=ghc%2Fcompiler%2Ftests%2Fstranal%2Ftest.lhs;h=0000000000000000000000000000000000000000;hb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;hp=f89509ab5ed768e4a4bd5bcdf64c6837156e1f8e;hpb=e3b67289ad773d37576e763704baaca6b83d74db;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/stranal/test.lhs b/ghc/compiler/tests/stranal/test.lhs deleted file mode 100644 index f89509a..0000000 --- a/ghc/compiler/tests/stranal/test.lhs +++ /dev/null @@ -1,6 +0,0 @@ -> module Test where -> data LList t = Nill | Conss t (LList t) -> data BBool = TTrue | FFalse - -> f Nill = TTrue -> f (Conss a as) = FFalse