From 4f148a9282491d7c9d6fa87dc01e4be4acdec13f Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Wed, 23 May 2018 02:29:05 -0700 Subject: Use `ClassOpSig` instead of `TypeSig` for class methods (#835) * Fix minimal pragma handling Class declarations contain 'ClassOpSig' not 'Typesig'. This should fix #834. * Accept html-test output --- html-test/ref/Bug613.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'html-test/ref/Bug613.html') diff --git a/html-test/ref/Bug613.html b/html-test/ref/Bug613.html index 12717922..71e30832 100644 --- a/html-test/ref/Bug613.html +++ b/html-test/ref/Bug613.html @@ -51,7 +51,11 @@ > f where
  • fmap :: (a -> b) -> f a -> f b
  • #

    Minimal complete definition

    fmap

    Methods