From 9c23d5d3a21c8ef36204a4d66da4cdf488a08f72 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 8 Feb 2016 14:32:41 +0100 Subject: html-test: Accept test output --- html-test/ref/Minimal.html | 125 +++++++++++++++++++++++---------------------- 1 file changed, 63 insertions(+), 62 deletions(-) (limited to 'html-test/ref/Minimal.html') diff --git a/html-test/ref/Minimal.html b/html-test/ref/Minimal.html index 48c469d1..eb9d1f5d 100644 --- a/html-test/ref/Minimal.html +++ b/html-test/ref/Minimal.html @@ -1,32 +1,33 @@ - Minimal

 

class Foo a where

Minimal complete definition

foo, , bar | | bar, , bat | | foo, , bat | | fooBarBat

Methods

foo :: a

Any two of these are required...

bar :: a

bat :: a

fooBarBat :: (a, a, a)

class Weird a where

Minimal complete definition

a, , b, , c | | d | | e, (, (f | | g)

Methods

a :: a

b :: a

c :: a

d :: a

e :: a

f :: a

g :: a

class NoMins a where

Minimal complete definition

x, , y

Methods

x :: a

y :: a

z :: a

class FullMin a where

Minimal complete definition

aaa, bbb

Methods

aaa :: a

bbb :: a

class PartialMin a where

Minimal complete definition

ccc, ddd

Methods

ccc :: a

class EmptyMin a where

Minimal complete definition

Nothing

Methods

eee :: a

fff :: a

+> \ No newline at end of file -- cgit v1.2.3