Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,260
Issues
4,260
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
398
Merge Requests
398
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7e7c296a
Commit
7e7c296a
authored
Feb 21, 2003
by
simonpj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2003-02-21 12:16:05 by simonpj]
Fix a type-error in desugaring TH code
parent
5b4f5a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ghc/compiler/deSugar/DsMeta.hs
ghc/compiler/deSugar/DsMeta.hs
+3
-1
No files found.
ghc/compiler/deSugar/DsMeta.hs
View file @
7e7c296a
...
...
@@ -158,7 +158,9 @@ repTopDs group
decl_ty
<-
lookupType
declTyConName
;
let
{
core_list
=
coreList'
decl_ty
decls
}
;
q_decs
<-
repSequenceQ
decl_ty
core_list
;
dec_ty
<-
lookupType
decTyConName
;
q_decs
<-
repSequenceQ
dec_ty
core_list
;
wrapNongenSyms
ss
q_decs
-- Do *not* gensym top-level binders
...
...
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