Skip to content
GitLab
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
d18f6b1e
Commit
d18f6b1e
authored
Oct 18, 2004
by
simonmar
Browse files
[project @ 2004-10-18 15:38:27 by simonmar]
Fix a source location bug (by deleting a line of code!)
parent
c9613892
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/typecheck/TcExpr.lhs
View file @
d18f6b1e
...
...
@@ -363,7 +363,6 @@ tc_expr expr@(RecordCon con@(L loc con_name) rbinds) res_ty
-- Check for missing fields
checkMissingFields data_con rbinds `thenM_`
getSrcSpanM `thenM` \ loc ->
returnM (RecordConOut data_con (L loc con_expr) rbinds')
-- The main complication with RecordUpd is that we need to explicitly
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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