aboutsummaryrefslogtreecommitdiff
path: root/frontend/type.dcl
diff options
context:
space:
mode:
authorjohnvg2001-08-31 11:25:43 +0000
committerjohnvg2001-08-31 11:25:43 +0000
commit83f9b5cdf2b3576df3a0a095b6a132701329bc5d (patch)
treecee06b195199f8a3fa0cc8427050fa1e81daeb16 /frontend/type.dcl
parentadded code for strict and unboxed lists (diff)
type strict and unboxed lists
create types of instances for unboxed lists of records git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@716 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/type.dcl')
-rw-r--r--frontend/type.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/type.dcl b/frontend/type.dcl
index de2a22a..0d58e90 100644
--- a/frontend/type.dcl
+++ b/frontend/type.dcl
@@ -4,7 +4,7 @@ import StdArray
import syntax, check
typeProgram ::!{! Group} !Int !*{# FunDef} !IndexRange !(Optional Bool) !CommonDefs ![Declaration] !{# DclModule} !NumberSet !*TypeDefInfos !*Heaps !*PredefinedSymbols !*File !*File !{# DclModule}
- -> (!Bool, !*{# FunDef}, !IndexRange, {! GlobalTCType}, !{# CommonDefs}, !{# {# FunType} }, !*TypeDefInfos, !*Heaps, !*PredefinedSymbols, !*File, !*File)
+ -> (!Bool, !*{# FunDef}, !ArrayAndListInstances, {! GlobalTCType}, !{# CommonDefs}, !{# {# FunType} }, !*TypeDefInfos, !*Heaps, !*PredefinedSymbols, !*File, !*File)
addPropagationAttributesToAType :: {#CommonDefs} !AType !*PropState -> *(!AType,Int,!*PropState);