diff options
Diffstat (limited to 'html-test/ref/ConstructorPatternExport.html')
-rw-r--r-- | html-test/ref/ConstructorPatternExport.html | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/html-test/ref/ConstructorPatternExport.html b/html-test/ref/ConstructorPatternExport.html index 548cd729..6f091de7 100644 --- a/html-test/ref/ConstructorPatternExport.html +++ b/html-test/ref/ConstructorPatternExport.html @@ -47,7 +47,9 @@ >pattern</span > <a id="v:FooCons" class="def" >FooCons</a - > :: String -> a -> Foo a <a href="#" class="selflink" + > :: <a href="#" title="Data.String" + >String</a + > -> a -> Foo a <a href="#" class="selflink" >#</a ></p ></div @@ -57,7 +59,11 @@ >pattern</span > <a id="v:MyRecCons" class="def" >MyRecCons</a - > :: Bool -> Int -> MyRec <a href="#" class="selflink" + > :: <a href="#" title="Data.Bool" + >Bool</a + > -> <a href="#" title="Data.Int" + >Int</a + > -> MyRec <a href="#" class="selflink" >#</a ></p ></div @@ -67,7 +73,9 @@ >pattern</span > <a id="v::-43-" class="def" >(:+)</a - > :: String -> a -> MyInfix a <a href="#" class="selflink" + > :: <a href="#" title="Data.String" + >String</a + > -> a -> MyInfix a <a href="#" class="selflink" >#</a ></p ></div @@ -77,7 +85,9 @@ >pattern</span > <a id="v:BlubCons" class="def" >BlubCons</a - > :: () => Show b => b -> Blub <a href="#" class="selflink" + > :: () => <a href="#" title="Text.Show" + >Show</a + > b => b -> Blub <a href="#" class="selflink" >#</a ></p ></div @@ -87,7 +97,13 @@ >pattern</span > <a id="v:MyGADTCons" class="def" >MyGADTCons</a - > :: a -> Int -> MyGADT (Maybe String) <a href="#" class="selflink" + > :: a -> <a href="#" title="Data.Int" + >Int</a + > -> MyGADT (<a href="#" title="GHC.Maybe" + >Maybe</a + > <a href="#" title="Data.String" + >String</a + >) <a href="#" class="selflink" >#</a ></p ></div |