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/PatternSyns.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/PatternSyns.html')
-rw-r--r-- | html-test/ref/PatternSyns.html | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/html-test/ref/PatternSyns.html b/html-test/ref/PatternSyns.html index fce20f96..19c1fecf 100644 --- a/html-test/ref/PatternSyns.html +++ b/html-test/ref/PatternSyns.html @@ -100,7 +100,9 @@ >data</span > <a href="#" >BlubType</a - > = Show x => <a href="#" + > = <a href="#" title="Text.Show" + >Show</a + > x => <a href="#" >BlubCtor</a > x</li ><li class="src short" @@ -110,7 +112,9 @@ >Blub</a > :: () => <span class="keyword" >forall</span - > x. Show x => x -> <a href="#" title="PatternSyns" + > x. <a href="#" title="Text.Show" + >Show</a + > x => x -> <a href="#" title="PatternSyns" >BlubType</a ></li ><li class="src short" @@ -136,7 +140,9 @@ >pattern</span > <a href="#" >PatWithExplicitSig</a - > :: Eq somex => somex -> <a href="#" title="PatternSyns" + > :: <a href="#" title="Data.Eq" + >Eq</a + > somex => somex -> <a href="#" title="PatternSyns" >FooType</a > somex</li ></ul @@ -264,7 +270,9 @@ ><table ><tr ><td class="src" - >Show x => <a id="v:BlubCtor" class="def" + ><a href="#" title="Text.Show" + >Show</a + > x => <a id="v:BlubCtor" class="def" >BlubCtor</a > x</td ><td class="doc empty" @@ -281,7 +289,9 @@ >Blub</a > :: () => <span class="keyword" >forall</span - > x. Show x => x -> <a href="#" title="PatternSyns" + > x. <a href="#" title="Text.Show" + >Show</a + > x => x -> <a href="#" title="PatternSyns" >BlubType</a > <a href="#" class="selflink" >#</a @@ -355,7 +365,9 @@ >pattern</span > <a id="v:PatWithExplicitSig" class="def" >PatWithExplicitSig</a - > :: Eq somex => somex -> <a href="#" title="PatternSyns" + > :: <a href="#" title="Data.Eq" + >Eq</a + > somex => somex -> <a href="#" title="PatternSyns" >FooType</a > somex <a href="#" class="selflink" >#</a |