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/Hash.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'html-test/ref/Hash.html') diff --git a/html-test/ref/Hash.html b/html-test/ref/Hash.html index 8c48cee4..517428fa 100644 --- a/html-test/ref/Hash.html +++ b/html-test/ref/Hash.html @@ -126,7 +126,13 @@ > a where
  • hash :: a -> Int
  • A class of types which can be hashed.

    Minimal complete definition

    hash

    Methods