diff options
author | johnvg | 2011-04-21 15:11:27 +0000 |
---|---|---|
committer | johnvg | 2011-04-21 15:11:27 +0000 |
commit | f7606c4eb8c45033db41b2ec1fc3e446b375fa87 (patch) | |
tree | 44cbef3708b26726f93f20a966c853a9ff896d5b /frontend/hashtable.dcl | |
parent | use unique array select and update instead of replace (diff) |
use strictness annotations in instance member types,
add instance member types in definition modules
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1932 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/hashtable.dcl')
-rw-r--r-- | frontend/hashtable.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/hashtable.dcl b/frontend/hashtable.dcl index 45b3bac..088d5ae 100644 --- a/frontend/hashtable.dcl +++ b/frontend/hashtable.dcl @@ -22,6 +22,7 @@ set_hte_mark :: !Int !*HashTable -> *HashTable | IC_Field !Ident | IC_Selector | IC_Instance ![Type] + | IC_InstanceMember ![Type] | IC_Generic | IC_GenericCase !Type | IC_Unknown |