diff options
author | ronny | 2002-07-22 09:52:04 +0000 |
---|---|---|
committer | ronny | 2002-07-22 09:52:04 +0000 |
commit | 86608cae1c8a09c3e346dc5b70ad06dcc988cc4c (patch) | |
tree | 6522544e17d9ccf519caf0e22a4514482b9d2981 /frontend/overloading.dcl | |
parent | check kinds in dynamics (diff) |
expand all type synonyms in dynamics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1160 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/overloading.dcl')
-rw-r--r-- | frontend/overloading.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/overloading.dcl b/frontend/overloading.dcl index 9bcec75..d89baac 100644 --- a/frontend/overloading.dcl +++ b/frontend/overloading.dcl @@ -47,7 +47,9 @@ tryToSolveOverloading :: ![(Optional [TypeContext], [ExprInfoPtr], IdentPos, Ind { tci_next_index :: !Index , tci_instances :: ![GlobalTCInstance] , tci_type_var_heap :: !.TypeVarHeap + , tci_attr_var_heap :: !.AttrVarHeap , tci_dcl_modules :: !{# DclModule} + , tci_common_defs :: !{# CommonDefs } , tci_type_constructors_in_patterns :: ![Index] } |