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/Test.html | 522 ++++++++++++++++++++++++------------------------ 1 file changed, 266 insertions(+), 256 deletions(-) (limited to 'html-test/ref/Test.html') diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html index 70257118..77599195 100644 --- a/html-test/ref/Test.html +++ b/html-test/ref/Test.html @@ -661,7 +661,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");}; >

data T a b

A Int
B (T

data T2 a b

data T3 a b

A1 a
B1 b

data T4 a b

A2 a
B2 b

data T5 a b

A3 a
B3 b

data T6

A4
B4
C4

newtype N1 a

N1 a

newtype N2 a b

newtype N3 a b

N2

Fields

n :: a b
 
  • n :: a b
     

data N4 a b

newtype N5 a b

N3

Fields

n3 :: a b

this is the n3 field

  • n3 :: a b

    this is the n3 field

newtype N6 a b

N5

Fields

n5 :: a b

no docs on the datatype or the constructor

  • n5 :: a b

    no docs on the datatype or the constructor

newtype N7 a b

N6

Fields

n6 :: a b
 
  • n6 :: a b
     

data R

N7

Fields

n7 :: a b
 
  • n7 :: a b
     

data R1

C1

Fields

p :: Int

This comment applies to the p field

q :: forall a. a -> a

This comment applies to the q field

r, s :: Int

This comment applies to both r and s

  • p :: Int

    This comment applies to the p field

  • q :: forall a. a -> a

    This comment applies to the q field

  • r, s :: Int

    This comment applies to both r and s

C2

Fields

t :: T1 -> T2 Int Int -> T3 Bool Bool -> T4 Float Float -> T5 () ()
 
u, v :: Int
 
classD a => a => C a where

Methods

a :: IO method

b :: [a]

class D a where

Methods

d :: T a b

e :: (a, a)

class E a

class F a where

Methods

ff :: a

Function types

f :: C

g :: IntA hidden module

hidden :: Int

data Ex a

forall b . C b => b => Ex1 b
C3

Fields

s1 :: Int

The s1 record selector

s2 :: Int

The s2 record selector

s3 :: Int

The s3 record selector

forall b . b . Ex2 bforall b . C a => a => Ex3 b
Ex4 (forallType signatures with argument docs

k

l

m

o

f' :: Int

withoutType :: t

Produced by Haddock version 2.16.1

version 2.16.2