From 4688519e58b0b2923e291d6a719a7f34810bfdc1 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 31 Aug 2008 10:36:54 -0400 Subject: Monoize transaction identifiers; improve disjointness prover on irreducible folds; change 'query' type --- tests/query.ur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/query.ur') diff --git a/tests/query.ur b/tests/query.ur index 1039e40a..91c0cee3 100644 --- a/tests/query.ur +++ b/tests/query.ur @@ -6,7 +6,7 @@ datatype list a = Nil | Cons of a * list a val q1 = (SELECT * FROM t1) val r1 : transaction (list {A : int, B : string, C : float}) = query q1 - (fn fs _ acc => return (Cons (fs.T1, acc))) + (fn fs acc => return (Cons (fs.T1, acc))) Nil val r2 : transaction string = -- cgit v1.2.3