diff options
author | ronny | 2002-06-05 14:20:23 +0000 |
---|---|---|
committer | ronny | 2002-06-05 14:20:23 +0000 |
commit | f7c3e4b1bf2e10d72e5e1d7b27f93c428f10d63a (patch) | |
tree | 81e0db20068277ab72631578045597f4e7966d59 /main/cocl.icl | |
parent | removed trace (diff) |
Unix version
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1082 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/cocl.icl')
-rw-r--r-- | main/cocl.icl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/cocl.icl b/main/cocl.icl index 6620be2..7dd6ce6 100644 --- a/main/cocl.icl +++ b/main/cocl.icl @@ -8,10 +8,14 @@ import StdEnv import coclmain import frontend +import StdDebug // Start :: *World -> *World Start world - = (testArgs, coclMain testArgs world) + # world = trace_n "hello from cocl!\n" world + # world + = coclMain testArgs world + = trace_n "bye from cocl!\n" world where testArgs = [ |