diff options
author | sjakie | 2000-02-11 12:18:34 +0000 |
---|---|---|
committer | sjakie | 2000-02-11 12:18:34 +0000 |
commit | 3ae52279e1aace6a8c6f4c3479cb7ce582f8a92c (patch) | |
tree | a0c5305e4d5e41c5e45d3ddc9b2acb4695748b47 | |
parent | new comprehension transformations (diff) |
Bug fix in printing routine
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@86 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | frontend/typesupport.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/typesupport.icl b/frontend/typesupport.icl index 3f4c904..760b922 100644 --- a/frontend/typesupport.icl +++ b/frontend/typesupport.icl @@ -796,6 +796,8 @@ where = file <<< '*' show_attribute TA_Multi coercions file = file + show_attribute TA_TempExVar coercions file + = file <<< "(E)" show_attribute (TA_TempVar av_number) coercions file | isUniqueAttribute av_number coercions = file <<< '*' |