From c25af86ae9310055dd594f6330e39f93c9f24cb7 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 30 Dec 2008 16:11:29 -0500 Subject: Double-bind works --- tests/reactive5.ur | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/reactive5.ur (limited to 'tests/reactive5.ur') diff --git a/tests/reactive5.ur b/tests/reactive5.ur new file mode 100644 index 00000000..01c63eae --- /dev/null +++ b/tests/reactive5.ur @@ -0,0 +1,9 @@ +fun main () : transaction page = + x <- source A; + y <- source B; + return + {x}, {y}}/> +
+ C}>Change x
+ D}>Change y
+ -- cgit v1.2.3