aboutsummaryrefslogtreecommitdiff
path: root/sucl/clean.icl
diff options
context:
space:
mode:
Diffstat (limited to 'sucl/clean.icl')
-rw-r--r--sucl/clean.icl8
1 files changed, 8 insertions, 0 deletions
diff --git a/sucl/clean.icl b/sucl/clean.icl
index 0451a4d..6f4964f 100644
--- a/sucl/clean.icl
+++ b/sucl/clean.icl
@@ -1,3 +1,9 @@
+implementation module clean
+
+// $Id$
+
+/*
+
clean.lit - Clean core language
===============================
@@ -439,3 +445,5 @@ Useful (higher order) functions.
> = foldclosed sym (map unravel args), if def
> = foldopen node, otherwise
> where (def,(sym,args)) = nodecontents graph node
+
+*/