Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
cb0cea48
Commit
cb0cea48
authored
Jun 17, 2002
by
John van Groningen
Browse files
removed hello and bye, replace testArgs by []
parent
8f6d5c54
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/cocl.icl
View file @
cb0cea48
...
...
@@ -10,13 +10,11 @@ import coclmain
import
frontend
import
StdDebug
//
Start :: *World -> *World
Start
::
*
World
->
*
World
Start
world
#
world
=
trace_n
"hello from cocl!
\n
"
world
#
world
=
coclMain
testArgs
world
=
trace_n
"bye from cocl!
\n
"
world
=
coclMain
[]
/*testArgs*/
world
where
/*
testArgs
= [
// main module
...
...
@@ -79,3 +77,4 @@ Start world
[ stdenvDir
]
)
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment