aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorjohnvg2001-06-06 11:37:29 +0000
committerjohnvg2001-06-06 11:37:29 +0000
commit20f3f84cc9bec2dc6bd7ce5fa11c2c62dd93d8f9 (patch)
tree411bc359970e6b9cf8f412dd68f32177eea6daae /frontend
parentfor error messages in patterns use line number of the alternative, (diff)
removed code that prints the pointer in instance <<<
for TypeVar, because the address appears in an error message git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@472 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend')
-rw-r--r--frontend/syntax.icl4
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