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
Alex D
GHC
Commits
d331ace4
Commit
d331ace4
authored
Jul 01, 2016
by
Edward Z. Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor typofix.
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
f9a11a24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
compiler/types/TyCon.hs
compiler/types/TyCon.hs
+1
-1
No files found.
compiler/types/TyCon.hs
View file @
d331ace4
...
...
@@ -2281,7 +2281,7 @@ Notice that
twice at the outer level, because Id is non-recursive
So, when expanding, we keep track of when we've seen a recursive
newtype at outermost level; and bal
e
out if we see it again.
newtype at outermost level; and ba
i
l out if we see it again.
We sometimes want to do the same for product types, so that the
strictness analyser doesn't unbox infinitely deeply.
...
...
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