X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FdeSugar%2Fshould_compile%2Fds008.hs;fp=ghc%2Ftests%2FdeSugar%2Fshould_compile%2Fds008.hs;h=0000000000000000000000000000000000000000;hb=16acb4976514ab4b03c79d6845e3f0e98a1a33cf;hp=73707ed5659d22a5ccda3e2e7b9d8b162f6ad5e7;hpb=f2eadfd5dfb23cc611e2540f46180bca7d095f15;p=ghc-hetmet.git diff --git a/ghc/tests/deSugar/should_compile/ds008.hs b/ghc/tests/deSugar/should_compile/ds008.hs deleted file mode 100644 index 73707ed..0000000 --- a/ghc/tests/deSugar/should_compile/ds008.hs +++ /dev/null @@ -1,11 +0,0 @@ --- !!! ds008 -- free tyvars on RHSs --- --- these tests involve way-cool TyApps - -module ShouldCompile where - -f x = [] - -g x = (f [],[],[],[]) - -h x = g (1::Int)