Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ross Paterson
GHC
Commits
8053aac5
Commit
8053aac5
authored
18 years ago
by
chak@cse.unsw.edu.au.
Browse files
Options
Downloads
Patches
Plain Diff
Correct substitution into theta types (after merge)
parent
574022a8
No related branches found
Branches containing commit
Tags
ghc-8.4.1-alpha3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compiler/typecheck/TcUnify.lhs
+1
-1
1 addition, 1 deletion
compiler/typecheck/TcUnify.lhs
with
1 addition
and
1 deletion
compiler/typecheck/TcUnify.lhs
+
1
−
1
View file @
8053aac5
...
...
@@ -702,7 +702,7 @@ tc_sub1 mb_fun act_sty actual_ty exp_ib exp_sty expected_ty
; co_fn2 <- tc_sub mb_fun tau' tau' exp_ib exp_sty expected_ty
-- Deal with the dictionaries
; co_fn1 <- instCall InstSigOrigin inst_tys (substT
y
subst' theta)
; co_fn1 <- instCall InstSigOrigin inst_tys (substT
heta
subst' theta)
; return (co_fn2 <.> co_fn1) }
-----------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment