From e41c1cbe9f0476997eac7b4a3f17cbc6b2262faf Mon Sep 17 00:00:00 2001 From: Tim Baumann Date: Mon, 9 Oct 2017 18:33:09 +0200 Subject: Use
element for collapsibles (#690) * Remove unnecessary call to 'collapseSection' The call is unnecessary since there is no corresponding toggle for hiding the section of orphan instances. * Use
for collapsibles This makes them work even when JS is disabled. Closes #560. --- html-test/ref/TypeFamilies2.html | 134 +++++++++++++++++++++------------------ 1 file changed, 74 insertions(+), 60 deletions(-) (limited to 'html-test/ref/TypeFamilies2.html') diff --git a/html-test/ref/TypeFamilies2.html b/html-test/ref/TypeFamilies2.html index c976d9b6..84e7df36 100644 --- a/html-test/ref/TypeFamilies2.html +++ b/html-test/ref/TypeFamilies2.html @@ -39,28 +39,30 @@ >TypeFamilies2

Synopsis

  • data W
  • type family Foo a
  • Synopsis
    • data family Bar a
    data W
  • type family Foo a
  • data family Bar a

Exported type

Instances

Instances
data
Instance details
data = BarX Z
type
Instance details
type W
Exported type family

Instances

Instances
type
Instance details
type W
type
Instance details
type = Y
Exported data family

Instances

Instances
data
Instance details
data = BarX Z
data
Instance details
data Y