Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
0b957f9b
Commit
0b957f9b
authored
Apr 12, 2008
by
Ian Lynagh
Browse files
(F)SLIT -> (f)sLit in DsUtils
parent
e67f462d
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/deSugar/Check.lhs
View file @
0b957f9b
...
@@ -389,7 +389,7 @@ make_row_vars used_lits (_, EqnInfo { eqn_pats = pats})
...
@@ -389,7 +389,7 @@ make_row_vars used_lits (_, EqnInfo { eqn_pats = pats})
hash_x :: Name
hash_x :: Name
hash_x = mkInternalName unboundKey {- doesn't matter much -}
hash_x = mkInternalName unboundKey {- doesn't matter much -}
(mkVarOccFS
FSLIT(
"#x"))
(mkVarOccFS
(fsLit
"#x"))
noSrcSpan
noSrcSpan
make_row_vars_for_constructor :: (EqnNo, EquationInfo) -> [WarningPat]
make_row_vars_for_constructor :: (EqnNo, EquationInfo) -> [WarningPat]
...
...
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