aboutsummaryrefslogtreecommitdiff
path: root/frontend/checksupport.dcl
diff options
context:
space:
mode:
authormartinw2000-02-21 10:53:18 +0000
committermartinw2000-02-21 10:53:18 +0000
commitbbac534f39d2a14a3b32345f590d4a8252d27eae (patch)
tree77974aa417feacf55ad44e19ff05b80999e05ce6 /frontend/checksupport.dcl
parentCommiting changes in syntax tree to enable backend adaption. New added constr... (diff)
- implemented comparison between redundant definitions in icl and dcl modules
(new module: comparedefimp) - implemented array patterns. Further work: arrays are in lazy context (should be strict), currently only one dimensional arrays - optimised memory usage for explicit imports git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@94 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/checksupport.dcl')
-rw-r--r--frontend/checksupport.dcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/checksupport.dcl b/frontend/checksupport.dcl
index 50a3f3d..1824265 100644
--- a/frontend/checksupport.dcl
+++ b/frontend/checksupport.dcl
@@ -120,8 +120,7 @@ instance toIdent ConsDef, TypeDef a, ClassDef, MemberDef, FunDef, SelectorDef //
instance toIdent SymbIdent, TypeSymbIdent, BoundVar, TypeVar, ATypeVar, Ident
instance toInt STE_Kind
-instance <<< STE_Kind
-instance <<< IdentPos
+instance <<< STE_Kind, IdentPos, Declaration
retrieveAndRemoveImportsFromSymbolTable :: ![(.a,.Declarations)] [Declaration] *(Heap SymbolTableEntry) -> ([Declaration],.Heap SymbolTableEntry);
retrieveAndRemoveImportsOfModuleFromSymbolTable :: ![.Declaration] ![.Declaration] ![.Declaration] !*(Heap SymbolTableEntry) -> ([Declaration],.Heap SymbolTableEntry);