diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index d63f473..51d3bad 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -1247,8 +1247,8 @@ where instance <<< TypeVar where -// (<<<) file varid = file <<< varid.tv_name - (<<<) file varid = file <<< varid.tv_name <<< "<" <<< ptrToInt (varid.tv_info_ptr) <<< ">" + (<<<) file varid = file <<< varid.tv_name +// (<<<) file varid = file <<< varid.tv_name <<< "<" <<< ptrToInt (varid.tv_info_ptr) <<< ">" instance <<< AttributeVar where |