diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-01-23 11:46:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 11:46:46 -0800 |
commit | 53997f3db71d113bdad59548e3f16adfe90c112b (patch) | |
tree | dc3c45149c449a1cec2ec8d5546f4862ded53f0e /html-test/ref/PatternSyns.html | |
parent | a6504507cb7f575dad63aa9f992cfc8d4f70c582 (diff) |
Keep forall on H98 existential data constructors (#1003)
The information about whether or not there is a source-level `forall`
is already available on a `ConDecl` (as `con_forall`), so we should use
it instead of always assuming `False`!
Fixes #1002.
Diffstat (limited to 'html-test/ref/PatternSyns.html')
-rw-r--r-- | html-test/ref/PatternSyns.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/html-test/ref/PatternSyns.html b/html-test/ref/PatternSyns.html index bae4b0bd..7e10b755 100644 --- a/html-test/ref/PatternSyns.html +++ b/html-test/ref/PatternSyns.html @@ -104,7 +104,9 @@ >data</span > <a href="#" >BlubType</a - > = <a href="#" title="Text.Show" + > = <span class="keyword" + >forall</span + > x.<a href="#" title="Text.Show" >Show</a > x => <a href="#" >BlubCtor</a @@ -274,7 +276,9 @@ ><table ><tr ><td class="src" - ><a href="#" title="Text.Show" + ><span class="keyword" + >forall</span + > x.<a href="#" title="Text.Show" >Show</a > x => <a id="v:BlubCtor" class="def" >BlubCtor</a |