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
6fad9e95
Commit
6fad9e95
authored
Mar 29, 2008
by
Ian Lynagh
Browse files
Remove an unnecessary #ifdef DEBUG
parent
4b484275
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/deSugar/DsExpr.lhs
View file @
6fad9e95
...
...
@@ -505,10 +505,8 @@ dsExpr (HsBinTick ixT ixF e) = do
\begin{code}
#ifdef DEBUG
-- HsSyn constructs that just shouldn't be here:
dsExpr (ExprWithTySig _ _) = panic "dsExpr:ExprWithTySig"
#endif
findField :: [HsRecField Id arg] -> Name -> [arg]
...
...
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