Skip to content

Commit

Permalink
fix i1198
Browse files Browse the repository at this point in the history
  • Loading branch information
YarinHeffes committed Oct 17, 2024
1 parent 7fc91f8 commit 41ce7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typechecker/define.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ Returns (VALUES INFERRED-TYPE NODE SUBSTITUTIONS)")

(output-schemes
(loop :for ty :in output-qual-tys
:collect (tc:quantify local-tvars ty)))
:collect (tc:quantify (tc:apply-substitution subs local-tvars) ty)))

(rewrite-table
(loop :with table := (make-hash-table :test #'eq)
Expand Down

0 comments on commit 41ce7b9

Please sign in to comment.