X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2FsimplCore%2Fsimpl001.hs;fp=ghc%2Fcompiler%2Ftests%2FsimplCore%2Fsimpl001.hs;h=79e00ec4be8c2508510e0874e4e4c3165a6d8e6f;hb=334e7e63b1bfd04a7c712d9715e56c5e2fed0e33;hp=99cf51d2ce854713a3150be262571e9e9f1315ce;hpb=a39b38ff75094818c5caec8f0322612704d0f979;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/simplCore/simpl001.hs b/ghc/compiler/tests/simplCore/simpl001.hs index 99cf51d..79e00ec 100644 --- a/ghc/compiler/tests/simplCore/simpl001.hs +++ b/ghc/compiler/tests/simplCore/simpl001.hs @@ -1,5 +1,6 @@ --!!! Desugaring sections with function-type arguments --- +-- Although this is really a desugaring test, the problem is +-- only tickled by the simplifier -- type Foo a b = a -> (b -> a) -> b