Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a6b8b9c2
Commit
a6b8b9c2
authored
Jun 15, 2015
by
eir@cis.upenn.edu
Browse files
Fix typo in comment
parent
298c4244
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcCanonical.hs
View file @
a6b8b9c2
...
...
@@ -679,7 +679,7 @@ Here is one case:
data family DF a
newtype instance DF Bool = MkDF Int
Suppose we are canonicalising (Int ~R DF (T a)), where we don't yet
Suppose we are canonicalising (Int ~R DF (T
F
a)), where we don't yet
know `a`. This is *not* a hard failure, because we might soon learn
that `a` is, in fact, Char, and then the equality succeeds.
...
...
Write
Preview
Supports
Markdown
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