From f7c3e4b1bf2e10d72e5e1d7b27f93c428f10d63a Mon Sep 17 00:00:00 2001 From: ronny Date: Wed, 5 Jun 2002 14:20:23 +0000 Subject: Unix version git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1082 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- main/cocl.icl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main/cocl.icl') 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 = [ -- cgit v1.2.3