From a7e3da23277a571cc6eada2448a79aae353bc500 Mon Sep 17 00:00:00 2001 From: David Waern Date: Thu, 24 Jul 2008 22:07:49 +0000 Subject: Add a reference file for the TypeFamilies test --- tests/tests/TypeFamilies.html.ref | 310 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 310 insertions(+) create mode 100644 tests/tests/TypeFamilies.html.ref diff --git a/tests/tests/TypeFamilies.html.ref b/tests/tests/TypeFamilies.html.ref new file mode 100644 index 00000000..a0c9925a --- /dev/null +++ b/tests/tests/TypeFamilies.html.ref @@ -0,0 +1,310 @@ + + +TypeFamilies
 ContentsIndex
TypeFamilies
Synopsis
type family G a :: *
class A a where
data B a :: * -> *
f :: B a Int
type family F a
Documentation
type family G a :: *
Type family G +
class A a where
A class with an associated type +
Associated Types
data B a :: * -> *
An associated type +
Methods
f :: B a Int
A method +
show/hide Instances
A Int
type family F a
Doc for family +
Produced by Haddock version 2.2.0
-- cgit v1.2.3