From 8410dd341a1730f708af3f0d96d13f2b5f7b9df5 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Wed, 30 Sep 2015 03:22:14 -0400 Subject: Update tests for previous commit --- html-test/ref/Minimal.html | 138 ++++++++++++++++++++++++++++++--------------- 1 file changed, 94 insertions(+), 44 deletions(-) (limited to 'html-test/ref/Minimal.html') diff --git a/html-test/ref/Minimal.html b/html-test/ref/Minimal.html index eb9d1f5d..721260c6 100644 --- a/html-test/ref/Minimal.html +++ b/html-test/ref/Minimal.html @@ -57,10 +57,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Minimal.html" >

class Foo a where #

Methods

foo :: a

:: a #

Any two of these are required...

bar :: a

:: a #

bat :: a

:: a #

fooBarBat :: (a, a, a)

:: (a, a, a) #

.. or just this

class Weird a where #

Methods

a :: a

:: a #

b :: a

:: a #

c :: a

:: a #

d :: a

:: a #

e :: a

:: a #

f :: a

:: a #

g :: a

:: a #

class NoMins a where #

Methods

x :: a

:: a #

y :: a

:: a #

z :: a

:: a #

class FullMin a where #

Methods

aaa :: a

:: a #

bbb :: a

:: a #

class PartialMin a where #

Methods

ccc :: a

:: a #

class EmptyMin a where #

Methods

eee :: a

:: a #

fff :: a

:: a #