From 0db3fba5d2b9b5c0dbd8468a76b2ef75ebe40437 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