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/PromotedTypes.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/PromotedTypes.html')
-rw-r--r-- | html-test/ref/PromotedTypes.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/html-test/ref/PromotedTypes.html b/html-test/ref/PromotedTypes.html index 46a70845..712dde5c 100644 --- a/html-test/ref/PromotedTypes.html +++ b/html-test/ref/PromotedTypes.html @@ -104,7 +104,9 @@ ><td class="src" ><a id="v:Cons" class="def" >Cons</a - > :: Maybe h -> <a href="#" title="PromotedTypes" + > :: <a href="#" title="GHC.Maybe" + >Maybe</a + > h -> <a href="#" title="PromotedTypes" >Pattern</a > t -> <a href="#" title="PromotedTypes" >Pattern</a @@ -148,7 +150,9 @@ ><td class="src" ><a id="v:RevCons" class="def" >RevCons</a - > :: Maybe h -> <a href="#" title="PromotedTypes" + > :: <a href="#" title="GHC.Maybe" + >Maybe</a + > h -> <a href="#" title="PromotedTypes" >RevPattern</a > t -> <a href="#" title="PromotedTypes" >RevPattern</a |