diff options
-rw-r--r-- | iclean.icl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ import ExtraString temp_path :== "/tmp/" temp_module :== "iclean" readline_history :== "/home/.iclean_history" -template :== map ((+++) "import ") ["StdEnv", "StdDynamic", "Gast.GenLibTest"] +template :== map ((+++) "import ") ["StdEnv", "StdDynamic", "GenPrint"] template_file :== "/home/.iclean_template" // END SETTINGS @@ -179,7 +179,7 @@ where (False, False) = "()" where type = "toString (typeCodeOfDynamic (dynamic start))" - rslt = "foldl (+++) \"\" (genShow{|*|} \"\" True start [])" + rslt = "printToString start" // C functions compile :: !String !String !*World -> *(!Int,!*World) |