summaryrefslogtreecommitdiff
path: root/src/jscomp.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-09-22 17:12:20 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-09-22 17:12:20 -0400
commit5d3756215c0141917e0a6dfc048d638d116fe462 (patch)
tree3e820ed42ed7d6327b54c1b6eb4afad7c81ebf25 /src/jscomp.sml
parentee1639d9e3afa41c85382ab991e2229a91be4c21 (diff)
demo/react works with interpretation
Diffstat (limited to 'src/jscomp.sml')
-rw-r--r--src/jscomp.sml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jscomp.sml b/src/jscomp.sml
index 570a708c..8e0297c3 100644
--- a/src/jscomp.sml
+++ b/src/jscomp.sml
@@ -882,11 +882,11 @@ fun process file =
val (e1, st) = jsE inner (e1, st)
val (e2, st) = jsE inner (e2, st)
in
- (strcat [str "{c:\"b\",e1:",
+ (strcat [str "{c:\"f\",f:sb,a:cons(",
e1,
- str ",e2:",
+ str ",cons(",
e2,
- str "}"],
+ str ",null))}"],
st)
end
| ESignalSource e =>