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
6b200733
Commit
6b200733
authored
Nov 23, 2004
by
simonpj
Browse files
[project @ 2004-11-23 15:24:02 by simonpj]
White space only
parent
1e0d4411
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/parser/RdrHsSyn.lhs
View file @
6b200733
...
...
@@ -485,7 +485,7 @@ addl :: HsGroup a -> [LHsDecl a] -> (HsGroup a, Maybe (SpliceDecl a, [LHsDecl a]
-- This stuff reverses the declarations (again) but it doesn't matter
-- Base cases
addl gp []
= (gp, Nothing)
addl gp []
= (gp, Nothing)
addl gp (L l d : ds) = add gp l d ds
...
...
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