From e0718f203f2448ba2029e70d14aed075860b7fac Mon Sep 17 00:00:00 2001 From: nand Date: Tue, 4 Feb 2014 22:13:27 +0100 Subject: Add support for type/data families This adds support for type/data families with their respective instances, as well as closed type families and associated type/data families. Signed-off-by: Mateusz Kowalczyk --- doc/haddock.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'doc/haddock.xml') diff --git a/doc/haddock.xml b/doc/haddock.xml index 7c1ca91c..8eb9ede7 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -1093,11 +1093,19 @@ square x = x * x A newtype declaration, - A type declaration, or + A type declaration - A class declaration. + A class declaration, + + A data family or + type family declaration, or + + + A data instance or + type instance declaration. + If the annotation is followed by a different kind of -- cgit v1.2.3