diff options
author | martijnv | 2001-03-13 12:06:23 +0000 |
---|---|---|
committer | martijnv | 2001-03-13 12:06:23 +0000 |
commit | 514f18bd7cdeed4ce896a3cdaec295076d0ab313 (patch) | |
tree | e6bc9e5441d79539f8c8590bb14cb3bf5f50de3b /frontend/convertDynamics.icl | |
parent | enable compiler to create "Clean System Files" folder (diff) |
added 2.0 syntax to type_io.icl
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@328 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/convertDynamics.icl')
-rw-r--r-- | frontend/convertDynamics.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/convertDynamics.icl b/frontend/convertDynamics.icl index 495ec59..e67724d 100644 --- a/frontend/convertDynamics.icl +++ b/frontend/convertDynamics.icl @@ -50,6 +50,8 @@ pl [x:xs] = x +++ " , " +++ (pl xs) F :: !a .b -> .b F a b = b + +//write_tcl_file :: !Int {#DclModule} CommonDefs !*File [String] -> (.Bool,.File) write_tcl_file :: !Int {#DclModule} CommonDefs !*File [String] -> (.Bool,.File) write_tcl_file main_dcl_module_n dcl_mods=:{[main_dcl_module_n] = main_dcl_module} common_defs tcl_file directly_imported_dcl_modules #! tcl_file |