Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b018678a
Commit
b018678a
authored
Nov 09, 2019
by
Ben Gamari
🐢
Committed by
Ben Gamari
Nov 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
desugar: Drop stale Note [Matching seqId]
The need for this note vanished in
eae703aa
.
parent
06640394
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
compiler/deSugar/DsBinds.hs
compiler/deSugar/DsBinds.hs
+0
-6
No files found.
compiler/deSugar/DsBinds.hs
View file @
b018678a
...
@@ -1073,12 +1073,6 @@ simplOptExpr occurrence-analyses and simplifies the LHS:
...
@@ -1073,12 +1073,6 @@ simplOptExpr occurrence-analyses and simplifies the LHS:
otherwise we don't match when given an argument like
otherwise we don't match when given an argument like
augment (\a. h a a) (build h)
augment (\a. h a a) (build h)
Note [Matching seqId]
~~~~~~~~~~~~~~~~~~~
The desugarer turns (seq e r) into (case e of _ -> r), via a special-case hack
and this code turns it back into an application of seq!
See Note [Rules for seq] in MkId for the details.
Note [Unused spec binders]
Note [Unused spec binders]
~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
Consider
Consider
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment