diff options
author | ronny | 2004-04-19 14:19:38 +0000 |
---|---|---|
committer | ronny | 2004-04-19 14:19:38 +0000 |
commit | 46d10df341f0c1bbc5452dabea0210b2599039bb (patch) | |
tree | 260fde8c24e404fb771bc86df45dd91d6db8ebd4 /frontend/syntax.dcl | |
parent | mark lazy and/or curried entries of cons for list of unboxed records (diff) |
remove TC; types
type constructors in dynamic types are now uniquely represented by the
descriptor of their TD_ (type definition) function
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1486 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index e28c750..d36f318 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -1289,7 +1289,7 @@ instance == OverloadedListType :: GlobalTCType = GTT_Basic !BasicType - | GTT_Constructor !SymbIdent !SymbIdent // type_cons type_fun + | GTT_Constructor !SymbIdent | GTT_PredefTypeConstructor !(Global Index) | GTT_Function |