diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-05-23 02:29:05 -0700 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-05-23 11:29:05 +0200 |
commit | 4f148a9282491d7c9d6fa87dc01e4be4acdec13f (patch) | |
tree | 157be2ab1d969335f48ce28d805f87613cd2eacb /html-test/ref/Operators.html | |
parent | 03c1c10f13577b45027d3456c24fc5c88323ee42 (diff) |
Use `ClassOpSig` instead of `TypeSig` for class methods (#835)
* Fix minimal pragma handling
Class declarations contain 'ClassOpSig' not 'Typesig'. This should fix #834.
* Accept html-test output
Diffstat (limited to 'html-test/ref/Operators.html')
-rw-r--r-- | html-test/ref/Operators.html | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html index 075affab..26b7e7f0 100644 --- a/html-test/ref/Operators.html +++ b/html-test/ref/Operators.html @@ -145,6 +145,22 @@ > a <a href="#" >><<</a > b</li + ><li + ><a href="#" + >(>><)</a + >, <a href="#" + >(<<>)</a + > :: a -> b -> ()</li + ><li + ><a href="#" + >(**>)</a + >, <a href="#" + >(**<)</a + >, <a href="#" + >(>**)</a + >, <a href="#" + >(<**)</a + > :: a -> a -> ()</li ></ul ></li ><li class="src short" @@ -376,24 +392,6 @@ ><p >Class with fixity, including associated types</p ></div - ><div class="subs minimal" - ><p class="caption" - >Minimal complete definition</p - ><p class="src" - ><a href="#" title="Operators" - >(>><)</a - >, <a href="#" title="Operators" - >(<<>)</a - >, <a href="#" title="Operators" - >(**>)</a - >, <a href="#" title="Operators" - >(**<)</a - >, <a href="#" title="Operators" - >(>**)</a - >, <a href="#" title="Operators" - >(<**)</a - ></p - ></div ><div class="subs associated-types" ><p class="caption" >Associated Types</p |