From 728965a2d50c6a1e3461309016ece1921492ff37 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 22 Mar 2009 15:05:07 -0400 Subject: First message send delivered, but not interpreted --- tests/channel.ur | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/channel.ur (limited to 'tests/channel.ur') diff --git a/tests/channel.ur b/tests/channel.ur new file mode 100644 index 00000000..2ea89e87 --- /dev/null +++ b/tests/channel.ur @@ -0,0 +1,11 @@ +fun main () : transaction page = + ch <- channel; + let + fun onload () = + subscribe ch; + send ch "Hello world!" + in + return + + + end -- cgit v1.2.3