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
Alex D
GHC
Commits
8053aac5
Commit
8053aac5
authored
Sep 20, 2006
by
chak@cse.unsw.edu.au.
Browse files
Correct substitution into theta types (after merge)
parent
574022a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcUnify.lhs
View file @
8053aac5
...
@@ -702,7 +702,7 @@ tc_sub1 mb_fun act_sty actual_ty exp_ib exp_sty expected_ty
...
@@ -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
; co_fn2 <- tc_sub mb_fun tau' tau' exp_ib exp_sty expected_ty
-- Deal with the dictionaries
-- 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) }
; return (co_fn2 <.> co_fn1) }
-----------------------------------
-----------------------------------
...
...
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