From 2b2e3108e892b925abeb101609d3e49ec69ef4dc Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Sun, 2 Aug 2015 23:58:25 +0100 Subject: Update tests to follow HTML changes --- html-test/ref/Minimal.html | 52 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'html-test/ref/Minimal.html') diff --git a/html-test/ref/Minimal.html b/html-test/ref/Minimal.html index dae90f2b..48c469d1 100644 --- a/html-test/ref/Minimal.html +++ b/html-test/ref/Minimal.html @@ -56,7 +56,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Minimal.html");}; >

class Foo a where

Methods

foo :: a

Any two of these are required...

bar :: a

bat :: a

fooBarBat :: (a, a, a)

class Weird a where

Methods

a :: a

b :: a

c :: a

d :: a

e :: a

f :: a

g :: a

class NoMins a where

Methods

x :: a

y :: a

z :: a

class FullMin a where

Methods

aaa :: a

bbb :: a

class PartialMin a where

Methods

ccc :: a

class EmptyMin a where

Methods

eee :: a

fff :: a

Produced by Haddock version 2.15.0

version 2.16.2