[Add a reference file for the TypeFamilies test David Waern **20080724220749] { addfile ./tests/tests/TypeFamilies.html.ref hunk ./tests/tests/TypeFamilies.html.ref 1 + + +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
}