diff options
author | ronny | 2002-02-12 09:17:15 +0000 |
---|---|---|
committer | ronny | 2002-02-12 09:17:15 +0000 |
commit | 1349a9331834df8847bda9d9c5fde5312079bcdb (patch) | |
tree | 7b8cdb100ccce75abd82d8a16414c6265144d45f /frontend/frontend.dcl | |
parent | removed comments that marked various patches (diff) |
removed useless strictness annotations
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1017 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.dcl')
-rw-r--r-- | frontend/frontend.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index 86aa0e3..bccf65b 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -41,5 +41,5 @@ import checksupport, transform, overloading } instance == ListTypesKind -frontEndInterface :: !FrontEndOptions !Ident !SearchPaths !{#DclModule} !*{#*{#FunDef}} !(Optional Bool) !*PredefinedSymbols !*HashTable (ModTimeFunction *Files) !*Files !*File !*File !*File (!Optional !*File) !*Heaps - -> ( !Optional *FrontEndSyntaxTree,!*{#*{#FunDef}},!{#DclModule},!Int,!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !Optional !*File, !*Heaps) +frontEndInterface :: !FrontEndOptions !Ident !SearchPaths !{#DclModule} !*{#*{#FunDef}} !(Optional Bool) !*PredefinedSymbols !*HashTable (ModTimeFunction *Files) !*Files !*File !*File !*File !(Optional *File) !*Heaps + -> ( !Optional *FrontEndSyntaxTree,!*{#*{#FunDef}},!{#DclModule},!Int,!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !Optional *File, !*Heaps) |