diff options
author | johnvg | 2001-08-31 10:53:29 +0000 |
---|---|---|
committer | johnvg | 2001-08-31 10:53:29 +0000 |
commit | 95c675a666556e07e2875b5e96b2a077f4fe23b6 (patch) | |
tree | 8a2ab244030a29cc2dc5b15d0319a9d8762ad79f /frontend/frontend.dcl | |
parent | pretty print strict and unboxed lists in writeType (diff) |
use ArrayAndListInstances instead of range of function indices
added code for passing StdStrictLists_module_n
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@707 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.dcl')
-rw-r--r-- | frontend/frontend.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index fb0c88a..33e41b9 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -11,7 +11,7 @@ import checksupport, transform, overloading , fe_dclIclConversions ::!Optional {# Index} , fe_iclDclConversions ::!Optional {# Index} , fe_globalFunctions :: !IndexRange - , fe_arrayInstances :: !IndexRange + , fe_arrayInstances :: !ArrayAndListInstances } :: FrontEndPhase |