From eaf0a0b51f452398f3c64882a334f90b920df794 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Thu, 13 Mar 2014 08:53:41 +0100 Subject: Display minimal complete definitions for type classes This corresponds to the new {-# MINIMAL #-} pragma present in GHC 7.8+. I also cleaned up some of the places in which ExportDecl is used to make adding fields easier in the future. Lots of test cases have been updated since they now render with minimality information. --- html-test/ref/Test.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'html-test/ref/Test.html') diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html index 6b74e108..5d738a54 100644 --- a/html-test/ref/Test.html +++ b/html-test/ref/Test.html @@ -1583,6 +1583,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");}; >

This is a class declaration with no methods (or no methods exported)

Minimal complete definition

ee

a where

Minimal complete definition

ff

Methods