aboutsummaryrefslogtreecommitdiff
path: root/sucl/new.icl
diff options
context:
space:
mode:
Diffstat (limited to 'sucl/new.icl')
-rw-r--r--sucl/new.icl54
1 files changed, 0 insertions, 54 deletions
diff --git a/sucl/new.icl b/sucl/new.icl
deleted file mode 100644
index 6507612..0000000
--- a/sucl/new.icl
+++ /dev/null
@@ -1,54 +0,0 @@
-implementation module new
-
-// $Id$
-
-/*
-
-new.lit - One line module description
-=====================================
-
-Description
------------
-
-Describe in a few paragraphs what this module defines.
-
-------------------------------------------------------------------------
-
-Interface
----------
-
-Exported identifiers:
-
-> %export
-> identifier || One line description
-> ...
-
-Required types:
-
- identifier - type@source.lit type@source.lit
- ...
-
-------------------------------------------------------------------------
-
-Includes
---------
-
-> %include "source.lit" || identifier ...
-> ...
-
-------------------------------------------------------------------------
-
-Implementation
---------------
-
-Implementation of identifier
-
-> identifier
-> :: type
-
-> identifierone arguments
-> = body
-
-...
-
-*/