aboutsummaryrefslogtreecommitdiff
path: root/frontend/comparedefimp.dcl
diff options
context:
space:
mode:
authormartinw2001-02-13 09:29:39 +0000
committermartinw2001-02-13 09:29:39 +0000
commit4a1649a8718b3fbd79d9d68c29e2a3ca1106fbfc (patch)
treed313c1e1bb960ff1d669ec53b7e9976165002c9f /frontend/comparedefimp.dcl
parentRemoved pretty printing of types in instances (diff)
delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after
checking of a whole dcl module component --> now cyclic module dependencies should work git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@294 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/comparedefimp.dcl')
-rw-r--r--frontend/comparedefimp.dcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/comparedefimp.dcl b/frontend/comparedefimp.dcl
index c13df7d..1652f37 100644
--- a/frontend/comparedefimp.dcl
+++ b/frontend/comparedefimp.dcl
@@ -4,6 +4,6 @@ import syntax, checksupport
// compare definition and implementation module
-compareDefImp :: !{#Int} !{!FunctionBody} !Int {#CheckedTypeDef} !*{# DclModule} !*IclModule !*Heaps !*ErrorAdmin
- -> (!.{# DclModule}, !.IclModule,!.Heaps,!.ErrorAdmin)
+compareDefImp :: !{#Int} !{!FunctionBody} !Int !{#CheckedTypeDef} !DclModule !*IclModule !*Heaps !*ErrorAdmin
+ -> (!.IclModule,!.Heaps,!.ErrorAdmin)