diff options
author | martinw | 2000-05-03 08:58:38 +0000 |
---|---|---|
committer | martinw | 2000-05-03 08:58:38 +0000 |
commit | 701d400a231fb71d5d7de503116e9ece0158c141 (patch) | |
tree | 0a76d2510a6cd3bf77d08858cac564d9cbb1631b /frontend/comparedefimp.dcl | |
parent | bug fix (diff) |
bugfix
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@133 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/comparedefimp.dcl')
-rw-r--r-- | frontend/comparedefimp.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/comparedefimp.dcl b/frontend/comparedefimp.dcl index 9cfd6ab..8727005 100644 --- a/frontend/comparedefimp.dcl +++ b/frontend/comparedefimp.dcl @@ -4,6 +4,6 @@ import syntax, checksupport // compare definition and implementation module -compareDefImp :: !(!Int, !{FunDef}) !*{# DclModule} !*IclModule !*Heaps !*ErrorAdmin +compareDefImp :: !{!FunctionBody} !*{# DclModule} !*IclModule !*Heaps !*ErrorAdmin -> (!.{# DclModule}, !.IclModule,!.Heaps,!.ErrorAdmin) |