summaryrefslogtreecommitdiff
path: root/demo/chat.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-08-22 12:55:18 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-08-22 12:55:18 -0400
commit3a3efad7e3706ecdeabffadbe9a5631c30af2da0 (patch)
tree1d7e3ef3f5bbca99b53ac3ee3b66d934c22f1d0d /demo/chat.ur
parent0014d8534ad3c3bbed2b02b62843eb62169f04b5 (diff)
Convert to requiring explicit 'rpc' marker
Diffstat (limited to 'demo/chat.ur')
-rw-r--r--demo/chat.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/chat.ur b/demo/chat.ur
index 52c344be..9f18e9ef 100644
--- a/demo/chat.ur
+++ b/demo/chat.ur
@@ -35,7 +35,7 @@ fun chat id () =
fun doSpeak () =
line <- get newLine;
set newLine "";
- speak line
+ rpc (speak line)
in
return <xml><body onload={onload ()}>
<h1>{[r.T.Title]}</h1>