diff options
author | Alexander Biehl <alexbiehl@gmail.com> | 2018-03-02 15:43:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-02 15:43:21 +0100 |
commit | 69b98a99ce4de93ea0e6082bd11edb3baaf2fa6e (patch) | |
tree | f89de12c87454c6d0202d1232ea29ff57f4de1ae /html-test/ref/ConstructorPatternExport.html | |
parent | 4abf7d4979b5364da59f7412a3d7143aea26cf7e (diff) |
Make testsuite work with haddock-1.19.0 release (#766)
Diffstat (limited to 'html-test/ref/ConstructorPatternExport.html')
-rw-r--r-- | html-test/ref/ConstructorPatternExport.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/html-test/ref/ConstructorPatternExport.html b/html-test/ref/ConstructorPatternExport.html index 68e40a5a..4e062e34 100644 --- a/html-test/ref/ConstructorPatternExport.html +++ b/html-test/ref/ConstructorPatternExport.html @@ -47,7 +47,7 @@ >pattern</span > <a id="v:FooCons" class="def" >FooCons</a - > :: <a href="#" + > :: <a href="#" title="Data.String" >String</a > -> a -> Foo a <a href="#" class="selflink" >#</a @@ -59,9 +59,9 @@ >pattern</span > <a id="v:MyRecCons" class="def" >MyRecCons</a - > :: <a href="#" + > :: <a href="#" title="Data.Bool" >Bool</a - > -> <a href="#" + > -> <a href="#" title="Data.Int" >Int</a > -> MyRec <a href="#" class="selflink" >#</a @@ -73,7 +73,7 @@ >pattern</span > <a id="v::-43-" class="def" >(:+)</a - > :: <a href="#" + > :: <a href="#" title="Data.String" >String</a > -> a -> MyInfix a <a href="#" class="selflink" >#</a @@ -85,7 +85,7 @@ >pattern</span > <a id="v:BlubCons" class="def" >BlubCons</a - > :: () => <a href="#" + > :: () => <a href="#" title="Text.Show" >Show</a > b => b -> Blub <a href="#" class="selflink" >#</a @@ -99,13 +99,13 @@ >MyGADTCons</a > :: () => <span class="keyword" >forall</span - > a. <a href="#" + > a. <a href="#" title="Data.Eq" >Eq</a - > a => a -> <a href="#" + > a => a -> <a href="#" title="Data.Int" >Int</a - > -> MyGADT (<a href="#" + > -> MyGADT (<a href="#" title="Data.Maybe" >Maybe</a - > <a href="#" + > <a href="#" title="Data.String" >String</a >) <a href="#" class="selflink" >#</a |