diff options
| author | Alec Theriault <alec.theriault@gmail.com> | 2018-07-19 05:39:57 -0700 | 
|---|---|---|
| committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-07-19 14:39:57 +0200 | 
| commit | c04f44e29f38784e0e958abc683164e33f851c86 (patch) | |
| tree | 3d169d4b5b521cc1a77794632aac50ffef02c724 /html-test/ref/Bug310.html | |
| parent | e3926b50ab8a7269fd6904b06e881745f08bc5d6 (diff) | |
Fix HEAD html-test (#860)
* Update tests for 'StarIsType'
* Accept tests
* Revert "Update tests for 'StarIsType'"
This reverts commit 7f0c01383bbba6dc5af554ee82988d2cf44e407a.
Diffstat (limited to 'html-test/ref/Bug310.html')
| -rw-r--r-- | html-test/ref/Bug310.html | 44 | 
1 files changed, 42 insertions, 2 deletions
diff --git a/html-test/ref/Bug310.html b/html-test/ref/Bug310.html index e664eccd..8fef21a6 100644 --- a/html-test/ref/Bug310.html +++ b/html-test/ref/Bug310.html @@ -38,6 +38,28 @@  	><p class="caption"  	>Bug310</p  	></div +      ><div id="synopsis" +      ><details id="syn" +	><summary +	  >Synopsis</summary +	  ><ul class="details-toggle" data-details-id="syn" +	  ><li class="src short" +	    ><span class="keyword" +	      >type family</span +	      > (a :: <a href="#" title="GHC.TypeNats" +	      >Nat</a +	      >) <a href="#" +	      >+</a +	      > (b :: <a href="#" title="GHC.TypeNats" +	      >Nat</a +	      >) :: <a href="#" title="GHC.TypeNats" +	      >Nat</a +	      > <span class="keyword" +	      >where ...</span +	      ></li +	    ></ul +	  ></details +	></div        ><div id="interface"        ><h1  	>Documentation</h1 @@ -45,13 +67,31 @@  	><p class="src"  	  ><span class="keyword"  	    >type family</span -	    > (a :: Nat) <a id="t:-43-" class="def" +	    > (a :: <a href="#" title="GHC.TypeNats" +	    >Nat</a +	    >) <a id="t:-43-" class="def"  	    >+</a -	    > (b :: Nat) :: Nat <span class="keyword" +	    > (b :: <a href="#" title="GHC.TypeNats" +	    >Nat</a +	    >) :: <a href="#" title="GHC.TypeNats" +	    >Nat</a +	    > <span class="keyword"  	    >where ...</span +	    > <span class="fixity" +	    >infixl 6</span +	    ><span class="rightedge" +	    ></span  	    > <a href="#" class="selflink"  	    >#</a  	    ></p +	  ><div class="doc" +	  ><p +	    >Addition of type-level naturals.</p +	    ><p +	    ><em +	      >Since: base-4.7.0.0</em +	      ></p +	    ></div  	  ></div  	></div        ></div  | 
