diff options
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 = [ |