diff options
Diffstat (limited to 'sucl/newtest.icl')
-rw-r--r-- | sucl/newtest.icl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sucl/newtest.icl b/sucl/newtest.icl index 13cf8fc..cdec40d 100644 --- a/sucl/newtest.icl +++ b/sucl/newtest.icl @@ -1,3 +1,9 @@ +implementation module newtest + +// $Id$ + +/* + newtest.lit - Testing the new trace implementation ================================================== @@ -392,3 +398,5 @@ sym with the given arguments, curried if there are too few. > = (tnode,updategraph tnode (fn,[targ,troot]) tgraph,tnodes) > newsymbols main = map (User main.("New_"++)) identifiers + +*/ |