blob: 5dd407dd9d8be520388850e914e16011ab90f96e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
module owner: Ronny Wichers Schreur
*/
module cocl
import StdEnv
import coclmain
import frontend
import StdDebug
Start :: *World -> *World
Start world
= coclMain [] world
|