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