diff options
| author | Alec Theriault <alec.theriault@gmail.com> | 2018-07-19 11:42:26 -0700 | 
|---|---|---|
| committer | Alec Theriault <alec.theriault@gmail.com> | 2019-02-25 00:42:41 -0800 | 
| commit | dd47029cb29c80b1ab4db520c9c2ce4dca37f833 (patch) | |
| tree | 2721b449e96244729c8764e3c39841f1c30f6d53 /html-test/ref/Bug253.html | |
| parent | 44226fc06adfe66a1d9e63b142374710e482a4e1 (diff) | |
Support value/type namespaces on identifier links
Identifier links can be prefixed with a 'v' or 't' to indicate the value or
type namespace of the desired identifier. For example:
-- | Some link to a value: v'Data.Functor.Identity'
--
-- Some link to a type: t'Data.Functor.Identity'
The default is still the type (with a warning about the ambiguity)
Diffstat (limited to 'html-test/ref/Bug253.html')
| -rw-r--r-- | html-test/ref/Bug253.html | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/html-test/ref/Bug253.html b/html-test/ref/Bug253.html index a1c0f905..a01c9578 100644 --- a/html-test/ref/Bug253.html +++ b/html-test/ref/Bug253.html @@ -4,9 +4,9 @@       /><meta name="viewport" content="width=device-width, initial-scale=1"       /><title      >Bug253</title -    ><link href="#" rel="stylesheet" type="text/css" title="NewOcean" -     /><link rel="stylesheet" type="text/css" href="#" -     /><link rel="stylesheet" type="text/css" href="#" +    ><link href="new-ocean.css" rel="stylesheet" type="text/css" title="NewOcean" +     /><link rel="stylesheet" type="text/css" href="quick-jump.css" +     /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700"       /><script src="haddock-bundle.min.js" async="async" type="text/javascript"      ></script      ><script type="text/x-mathjax-config" @@ -20,11 +20,11 @@        ></span        ><ul class="links" id="page-menu"        ><li -	><a href="#" +	><a href="index.html"  	  >Contents</a  	  ></li  	><li -	><a href="#" +	><a href="doc-index.html"  	  >Index</a  	  ></li  	></ul @@ -64,7 +64,7 @@  	  >Synopsis</summary  	  ><ul class="details-toggle" data-details-id="syn"  	  ><li class="src short" -	    ><a href="#" +	    ><a href="#v:foo"  	      >foo</a  	      > :: ()</li  	    ></ul @@ -77,7 +77,7 @@  	><p class="src"  	  ><a id="v:foo" class="def"  	    >foo</a -	    > :: () <a href="#" class="selflink" +	    > :: () <a href="#v:foo" class="selflink"  	    >#</a  	    ></p  	  ><div class="doc" @@ -85,7 +85,7 @@  	    >This link should generate <code  	      >#v</code  	      > anchor: <code -	      ><a href="#" title="DoesNotExist" +	      ><a href="DoesNotExist.html#v:fakeFakeFake" title="DoesNotExist"  		>fakeFakeFake</a  		></code  	      ></p  | 
