diff options
author | Camil Staps | 2016-11-29 23:59:30 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-29 23:59:30 +0100 |
commit | ac2c242ce594f3372b0ba05a90c248269dc187fd (patch) | |
tree | a53b21168e9a43be8b391bf1b7e55ed85d2ffd79 | |
parent | Added show_result option (diff) |
Minor improvement
-rw-r--r-- | iclean.icl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |