aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-11-29 23:59:30 +0100
committerCamil Staps2016-11-29 23:59:30 +0100
commitac2c242ce594f3372b0ba05a90c248269dc187fd (patch)
treea53b21168e9a43be8b391bf1b7e55ed85d2ffd79
parentAdded show_result option (diff)
Minor improvement
-rw-r--r--iclean.icl3
1 files changed, 1 insertions, 2 deletions
diff --git a/iclean.icl b/iclean.icl
index 48dcf35..d7d73d8 100644
--- a/iclean.icl
+++ b/iclean.icl
@@ -168,7 +168,6 @@ writemodule stat s w
# f = f <<< "module " <<< temp_module <<< "\n"
# f = f <<< join "\n" stat.memory
# f = f <<< "start = " <<< s <<< "\n"
- <<< "rslt = genShow{|*|} \"\" True start []\n"
<<< "Start = " <<< start
# (ok,w) = fclose f w
| not ok = abort ("Couldn't close " +++ temp_file +++ "\n")
@@ -181,7 +180,7 @@ where
(False, False) = "()"
where
type = "toString (typeCodeOfDynamic (dynamic start))"
- rslt = "foldl (+++) \"\" rslt"
+ rslt = "foldl (+++) \"\" (genShow{|*|} \"\" True start [])"
// C functions
compile :: !String !String !*World -> *(!Int,!*World)