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/FunArgs.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/FunArgs.html')
-rw-r--r-- | html-test/ref/FunArgs.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/html-test/ref/FunArgs.html b/html-test/ref/FunArgs.html index ae890105..97c9a3c5 100644 --- a/html-test/ref/FunArgs.html +++ b/html-test/ref/FunArgs.html @@ -54,13 +54,17 @@ ><table ><tr ><td class="src" - >:: Ord a</td + >:: <a href="#" title="Data.Ord" + >Ord</a + > a</td ><td class="doc empty" ></td ></tr ><tr ><td class="src" - >=> Int</td + >=> <a href="#" title="Data.Int" + >Int</a + ></td ><td class="doc" ><p >First argument</p @@ -76,7 +80,9 @@ ></tr ><tr ><td class="src" - >-> Bool</td + >-> <a href="#" title="Data.Bool" + >Bool</a + ></td ><td class="doc" ><p >Third argument</p @@ -208,7 +214,9 @@ ><td class="src" >:: <span class="keyword" >forall</span - > (b :: ()). d ~ ()</td + > (b :: ()). d ~ <a href="#" title="GHC.Tuple" + >()</a + ></td ><td class="doc empty" ></td ></tr |