From faf426df787f0feea54e8fcef8c9d79393a6bd4d Mon Sep 17 00:00:00 2001 From: David Waern Date: Mon, 23 Jul 2012 16:52:07 +0200 Subject: Bump version number. --- doc/haddock.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/haddock.xml b/doc/haddock.xml index 27dd69d8..7ddfdccd 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -21,7 +21,7 @@ Simon Marlow, David Waern - This document describes Haddock version 2.11.0, a Haskell + This document describes Haddock version 2.12.0, a Haskell documentation tool. -- cgit v1.2.3 From ff2e024f737017d32e3dc39a7ab2322d54e56ca3 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Sat, 8 Sep 2012 12:08:37 +0200 Subject: Update doc/README --- doc/README | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/README b/doc/README index ab9c0f2f..5bc038bf 100644 --- a/doc/README +++ b/doc/README @@ -8,6 +8,7 @@ process the documentation on your system, and a Makefile to actually do the processing (so, on Windows, you'll need Cygwin or MSys in addition to the DocBook XML tools). To build the HTML documentation: + $ autoconf $ ./configure $ make html -- cgit v1.2.3 From 0f6c13f66ea335bf371ab49125371ac665de6cf8 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Sat, 8 Sep 2012 12:17:17 +0200 Subject: Add documentation for URL labels --- doc/haddock.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/haddock.xml b/doc/haddock.xml index 7ddfdccd..a38b70cf 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -1830,6 +1830,13 @@ module A where <...>. If the output format supports it, the URL will be turned into a hyperlink when rendered. + + The URL can be followed by an optional label: + +<http://example.com label> + + The label is then used as a descriptive text for the hyperlink, if the + output format supports it.
-- cgit v1.2.3 From 48a391729e2d00caf0b86d3612e34135a7379200 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Wed, 10 Oct 2012 11:16:01 +0200 Subject: Bump version --- doc/haddock.xml | 2 +- haddock.cabal | 2 +- haddock.spec | 2 +- tests/html-tests/tests/A.html.ref | 2 +- tests/html-tests/tests/B.html.ref | 2 +- tests/html-tests/tests/Bug1.html.ref | 2 +- tests/html-tests/tests/Bug2.html.ref | 2 +- tests/html-tests/tests/Bug3.html.ref | 2 +- tests/html-tests/tests/Bug4.html.ref | 2 +- tests/html-tests/tests/Bug6.html.ref | 2 +- tests/html-tests/tests/Bug7.html.ref | 2 +- tests/html-tests/tests/Bug8.html.ref | 2 +- tests/html-tests/tests/BugDeprecated.html.ref | 2 +- tests/html-tests/tests/BugExportHeadings.html.ref | 2 +- tests/html-tests/tests/Bugs.html.ref | 2 +- tests/html-tests/tests/CrossPackageDocs.html.ref | 2 +- tests/html-tests/tests/DeprecatedClass.html.ref | 2 +- tests/html-tests/tests/DeprecatedData.html.ref | 2 +- tests/html-tests/tests/DeprecatedFunction.html.ref | 2 +- tests/html-tests/tests/DeprecatedFunction2.html.ref | 2 +- tests/html-tests/tests/DeprecatedFunction3.html.ref | 2 +- tests/html-tests/tests/DeprecatedModule.html.ref | 2 +- tests/html-tests/tests/DeprecatedModule2.html.ref | 2 +- tests/html-tests/tests/DeprecatedNewtype.html.ref | 2 +- tests/html-tests/tests/DeprecatedRecord.html.ref | 2 +- tests/html-tests/tests/DeprecatedTypeFamily.html.ref | 2 +- tests/html-tests/tests/DeprecatedTypeSynonym.html.ref | 2 +- tests/html-tests/tests/Examples.html.ref | 2 +- tests/html-tests/tests/FunArgs.html.ref | 2 +- tests/html-tests/tests/GADTRecords.html.ref | 2 +- tests/html-tests/tests/Hash.html.ref | 2 +- tests/html-tests/tests/HiddenInstances.html.ref | 2 +- tests/html-tests/tests/HiddenInstancesB.html.ref | 2 +- tests/html-tests/tests/Hyperlinks.html.ref | 2 +- tests/html-tests/tests/IgnoreExports.html.ref | 2 +- tests/html-tests/tests/ModuleWithWarning.html.ref | 2 +- tests/html-tests/tests/NamedDoc.html.ref | 2 +- tests/html-tests/tests/NoLayout.html.ref | 2 +- tests/html-tests/tests/NonGreedy.html.ref | 2 +- tests/html-tests/tests/Properties.html.ref | 2 +- tests/html-tests/tests/PruneWithWarning.html.ref | 2 +- tests/html-tests/tests/QuasiExpr.html.ref | 2 +- tests/html-tests/tests/QuasiQuote.html.ref | 2 +- tests/html-tests/tests/TH.html.ref | 2 +- tests/html-tests/tests/TH2.html.ref | 2 +- tests/html-tests/tests/Test.html.ref | 2 +- tests/html-tests/tests/Ticket112.html.ref | 2 +- tests/html-tests/tests/Ticket61.html.ref | 2 +- tests/html-tests/tests/Ticket75.html.ref | 2 +- tests/html-tests/tests/TypeFamilies.html.ref | 2 +- tests/html-tests/tests/TypeOperators.html.ref | 2 +- tests/html-tests/tests/Unicode.html.ref | 2 +- tests/html-tests/tests/Visible.html.ref | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) (limited to 'doc') diff --git a/doc/haddock.xml b/doc/haddock.xml index a38b70cf..90946e12 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -21,7 +21,7 @@ Simon Marlow, David Waern - This document describes Haddock version 2.12.0, a Haskell + This document describes Haddock version 2.13.0, a Haskell documentation tool. diff --git a/haddock.cabal b/haddock.cabal index ec274445..d6864f85 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.12.0 +version: 2.13.0 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries diff --git a/haddock.spec b/haddock.spec index d8821a4a..594d87b1 100644 --- a/haddock.spec +++ b/haddock.spec @@ -17,7 +17,7 @@ # version label of your release tarball. %define name haddock -%define version 2.12.0 +%define version 2.13.0 %define release 1 Name: %{name} diff --git a/tests/html-tests/tests/A.html.ref b/tests/html-tests/tests/A.html.ref index ec9dc975..17765b50 100644 --- a/tests/html-tests/tests/A.html.ref +++ b/tests/html-tests/tests/A.html.ref @@ -176,7 +176,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");}; >

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Produced by Haddock version 2.12.0

version 2.13.0

Date: Wed, 10 Oct 2012 13:56:04 +0200 Subject: Fix typo in documentation --- doc/haddock.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/haddock.xml b/doc/haddock.xml index 90946e12..7a2f1e8e 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -1658,7 +1658,7 @@ module A where by zero or more result lines: --- | Two examples are given bellow: +-- | Two examples are given below: -- -- >>> fib 10 -- 55 -- cgit v1.2.3 From 98dcade7ac447886c9e39ae3f7ce0f2094db5e74 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Wed, 10 Oct 2012 14:28:35 +0200 Subject: Add documentation for properties --- doc/haddock.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/haddock.xml b/doc/haddock.xml index 7a2f1e8e..4620fc89 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -1672,6 +1672,18 @@ module A where generated documenation.
+
+ Properties + + Haddock provides markup for properties: + +-- | Addition is commutative: +-- +-- prop> a + b = b + a + + This allows third-party applications to extract and verify them. + +
Hyperlinked Identifiers -- cgit v1.2.3 From 4c3ac64baa1117f127b1f3d620dec7276495cdb4 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Sat, 13 Oct 2012 13:40:59 +0200 Subject: Update version in html tests, rpm spec file, and user manual --- doc/haddock.xml | 2 +- haddock.spec | 2 +- tests/html-tests/tests/A.html.ref | 2 +- tests/html-tests/tests/B.html.ref | 2 +- tests/html-tests/tests/Bug1.html.ref | 2 +- tests/html-tests/tests/Bug2.html.ref | 2 +- tests/html-tests/tests/Bug3.html.ref | 2 +- tests/html-tests/tests/Bug4.html.ref | 2 +- tests/html-tests/tests/Bug6.html.ref | 2 +- tests/html-tests/tests/Bug7.html.ref | 2 +- tests/html-tests/tests/Bug8.html.ref | 2 +- tests/html-tests/tests/BugDeprecated.html.ref | 2 +- tests/html-tests/tests/BugExportHeadings.html.ref | 2 +- tests/html-tests/tests/Bugs.html.ref | 2 +- tests/html-tests/tests/CrossPackageDocs.html.ref | 2 +- tests/html-tests/tests/DeprecatedClass.html.ref | 2 +- tests/html-tests/tests/DeprecatedData.html.ref | 2 +- tests/html-tests/tests/DeprecatedFunction.html.ref | 2 +- tests/html-tests/tests/DeprecatedFunction2.html.ref | 2 +- tests/html-tests/tests/DeprecatedFunction3.html.ref | 2 +- tests/html-tests/tests/DeprecatedModule.html.ref | 2 +- tests/html-tests/tests/DeprecatedModule2.html.ref | 2 +- tests/html-tests/tests/DeprecatedNewtype.html.ref | 2 +- tests/html-tests/tests/DeprecatedRecord.html.ref | 2 +- tests/html-tests/tests/DeprecatedTypeFamily.html.ref | 2 +- tests/html-tests/tests/DeprecatedTypeSynonym.html.ref | 2 +- tests/html-tests/tests/Examples.html.ref | 2 +- tests/html-tests/tests/FunArgs.html.ref | 2 +- tests/html-tests/tests/GADTRecords.html.ref | 2 +- tests/html-tests/tests/Hash.html.ref | 2 +- tests/html-tests/tests/HiddenInstances.html.ref | 2 +- tests/html-tests/tests/HiddenInstancesB.html.ref | 2 +- tests/html-tests/tests/Hyperlinks.html.ref | 2 +- tests/html-tests/tests/IgnoreExports.html.ref | 2 +- tests/html-tests/tests/ModuleWithWarning.html.ref | 2 +- tests/html-tests/tests/NamedDoc.html.ref | 2 +- tests/html-tests/tests/NoLayout.html.ref | 2 +- tests/html-tests/tests/NonGreedy.html.ref | 2 +- tests/html-tests/tests/Properties.html.ref | 2 +- tests/html-tests/tests/PruneWithWarning.html.ref | 2 +- tests/html-tests/tests/QuasiExpr.html.ref | 2 +- tests/html-tests/tests/QuasiQuote.html.ref | 2 +- tests/html-tests/tests/TH.html.ref | 2 +- tests/html-tests/tests/TH2.html.ref | 2 +- tests/html-tests/tests/Test.html.ref | 2 +- tests/html-tests/tests/Ticket112.html.ref | 2 +- tests/html-tests/tests/Ticket61.html.ref | 2 +- tests/html-tests/tests/Ticket75.html.ref | 2 +- tests/html-tests/tests/TypeFamilies.html.ref | 2 +- tests/html-tests/tests/TypeOperators.html.ref | 2 +- tests/html-tests/tests/Unicode.html.ref | 2 +- tests/html-tests/tests/Visible.html.ref | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) (limited to 'doc') diff --git a/doc/haddock.xml b/doc/haddock.xml index 4620fc89..4e4447dc 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -21,7 +21,7 @@ Simon Marlow, David Waern - This document describes Haddock version 2.13.0, a Haskell + This document describes Haddock version 2.13.1, a Haskell documentation tool. diff --git a/haddock.spec b/haddock.spec index 594d87b1..401f1e8a 100644 --- a/haddock.spec +++ b/haddock.spec @@ -17,7 +17,7 @@ # version label of your release tarball. %define name haddock -%define version 2.13.0 +%define version 2.13.1 %define release 1 Name: %{name} diff --git a/tests/html-tests/tests/A.html.ref b/tests/html-tests/tests/A.html.ref index 17765b50..328fec02 100644 --- a/tests/html-tests/tests/A.html.ref +++ b/tests/html-tests/tests/A.html.ref @@ -176,7 +176,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");}; >

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Produced by Haddock version 2.13.0

version 2.13.1

Date: Fri, 7 Dec 2012 19:52:58 +0100 Subject: Bump version --- doc/haddock.xml | 2 +- haddock.cabal | 2 +- haddock.spec | 2 +- html-test/ref/A.html | 2 +- html-test/ref/AdvanceTypes.html | 2 +- html-test/ref/B.html | 2 +- html-test/ref/Bug1.html | 2 +- html-test/ref/Bug2.html | 2 +- html-test/ref/Bug3.html | 2 +- html-test/ref/Bug4.html | 2 +- html-test/ref/Bug6.html | 2 +- html-test/ref/Bug7.html | 2 +- html-test/ref/Bug8.html | 2 +- html-test/ref/BugDeprecated.html | 2 +- html-test/ref/BugExportHeadings.html | 2 +- html-test/ref/Bugs.html | 2 +- html-test/ref/CrossPackageDocs.html | 2 +- html-test/ref/DeprecatedClass.html | 2 +- html-test/ref/DeprecatedData.html | 2 +- html-test/ref/DeprecatedFunction.html | 2 +- html-test/ref/DeprecatedFunction2.html | 2 +- html-test/ref/DeprecatedFunction3.html | 2 +- html-test/ref/DeprecatedModule.html | 2 +- html-test/ref/DeprecatedModule2.html | 2 +- html-test/ref/DeprecatedNewtype.html | 2 +- html-test/ref/DeprecatedReExport.html | 2 +- html-test/ref/DeprecatedRecord.html | 2 +- html-test/ref/DeprecatedTypeFamily.html | 2 +- html-test/ref/DeprecatedTypeSynonym.html | 2 +- html-test/ref/DeprecationMessageParseError.html | 2 +- html-test/ref/Examples.html | 2 +- html-test/ref/FunArgs.html | 2 +- html-test/ref/GADTRecords.html | 2 +- html-test/ref/Hash.html | 2 +- html-test/ref/HiddenInstances.html | 2 +- html-test/ref/HiddenInstancesB.html | 2 +- html-test/ref/Hyperlinks.html | 2 +- html-test/ref/IgnoreExports.html | 2 +- html-test/ref/ModuleWithWarning.html | 2 +- html-test/ref/NamedDoc.html | 2 +- html-test/ref/NoLayout.html | 2 +- html-test/ref/NonGreedy.html | 2 +- html-test/ref/Properties.html | 2 +- html-test/ref/PruneWithWarning.html | 2 +- html-test/ref/QuasiExpr.html | 2 +- html-test/ref/QuasiQuote.html | 2 +- html-test/ref/SpuriousSuperclassConstraints.html | 2 +- html-test/ref/TH.html | 2 +- html-test/ref/TH2.html | 2 +- html-test/ref/Test.html | 2 +- html-test/ref/Ticket112.html | 2 +- html-test/ref/Ticket61.html | 2 +- html-test/ref/Ticket75.html | 2 +- html-test/ref/TypeFamilies.html | 2 +- html-test/ref/TypeOperators.html | 2 +- html-test/ref/Unicode.html | 2 +- html-test/ref/Visible.html | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) (limited to 'doc') diff --git a/doc/haddock.xml b/doc/haddock.xml index 4e4447dc..139b2830 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -21,7 +21,7 @@ Simon Marlow, David Waern - This document describes Haddock version 2.13.1, a Haskell + This document describes Haddock version 2.13.2, a Haskell documentation tool. diff --git a/haddock.cabal b/haddock.cabal index 99bf5e4a..06a85364 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.13.1 +version: 2.13.2 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries diff --git a/haddock.spec b/haddock.spec index 401f1e8a..9d6ea8f6 100644 --- a/haddock.spec +++ b/haddock.spec @@ -17,7 +17,7 @@ # version label of your release tarball. %define name haddock -%define version 2.13.1 +%define version 2.13.2 %define release 1 Name: %{name} diff --git a/html-test/ref/A.html b/html-test/ref/A.html index 328fec02..9a60933e 100644 --- a/html-test/ref/A.html +++ b/html-test/ref/A.html @@ -176,7 +176,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");}; >

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2

Produced by Haddock version 2.13.1

version 2.13.2