diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index 13ec1b1..d5201ae 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -34,7 +34,7 @@ where toString {import_module} = toString import_module , ste_previous :: SymbolTableEntry } -:: STE_BoundTypeVariable = { stv_count :: !Int, stv_attribute :: !TypeAttribute, stv_info_ptr :: !TypeVarInfoPtr} +:: STE_BoundTypeVariable = { stv_count :: !Int, stv_attribute :: !TypeAttribute, stv_info_ptr :: !TypeVarInfoPtr /* TD */, stv_position :: Int } :: STE_Kind = STE_FunctionOrMacro ![Index] | STE_Type |