diff src/jscomp.sml @ 694:7ea0df9e56b6

spawn
author Adam Chlipala <adamc@hcoop.net>
date Sat, 04 Apr 2009 14:55:36 -0400
parents 655bcc9b77e0
children 500e93aa436f
line wrap: on
line diff
--- a/src/jscomp.sml	Sat Apr 04 14:03:39 2009 -0400
+++ b/src/jscomp.sml	Sat Apr 04 14:55:36 2009 -0400
@@ -50,7 +50,9 @@
              (("Basis", "urlifyFloat"), "ts"),
              (("Basis", "urlifyString"), "uf"),
              (("Basis", "recv"), "rv"),
-             (("Basis", "strcat"), "cat")]
+             (("Basis", "strcat"), "cat"),
+             (("Basis", "intToString"), "ts"),
+             (("Basis", "floatToString"), "ts")]
 
 structure FM = BinaryMapFn(struct
                            type ord_key = string * string