From cf73b006faf95512b28c744ecfbdf47c044acb67 Mon Sep 17 00:00:00 2001
From: "Dr. ERDI Gergo" data A
data X
Should show up on the page for both modules A and B
data Pattern where
data X
Should show up on the page for both modules A and B
data T
We should have different anchors for constructors and types/classes. This diff --git a/html-test/ref/Bug6.html b/html-test/ref/Bug6.html index 2fde3f10..5e7d5084 100644 --- a/html-test/ref/Bug6.html +++ b/html-test/ref/Bug6.html @@ -56,9 +56,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");}; >
data A
This record is exported without its field
data B
.. with its field, but the field is named separately in the export list @@ -207,9 +207,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");}; >
data C
.. with fields names as subordinate names in the export
data D
.. with only some of the fields exported (we can't handle this one - @@ -292,9 +292,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");}; >
newtype E
data Foo
The Foo datatype
class Bar x y
x yThe Bar class
data Typ
data A a
aclass SomeClass a a where
class SomeOtherClass a a where
data Foo
data One
newtype SomeNewType
newtype SomeOtherNewType
data Foo
type Foo
data H1 a b where
data HashTable key val
key valA hash table with keys of type class Hash a a where class VisibleClass a Should be visible data VisibleData class Foo a Should be visible data Bar Should be visible data Expr data BinOp data SomeType f a data T a b This comment applies to the data T2 a b An abstract data declaration data T3 a b A data declaration with no documentation annotations on the constructors data T4 a b data T5 a b data T6 Testing alternative comment styles newtype N1 a A newtype newtype N2 a b A newtype with a fieldname newtype N3 a b A newtype with a fieldname, documentation on the field data N4 a b An abstract newtype - we show this one as data rather than newtype because
@@ -1043,9 +1043,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
> newtype N5 a b newtype N6 a b newtype N7 a b docs on the newtype and the constructor data R This is the documentation for the This comment applies to the data R1 q :: forall a. a -> a a. a -> a