summaryrefslogtreecommitdiff
path: root/lib/basis.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-12 12:21:54 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-12 12:21:54 -0400
commit19b9eee2a968e9fe577792a48d0b4cf931165874 (patch)
tree62139cb8c7c3aa9f402a76b19a206cef58cad0d1 /lib/basis.urs
parenteb45f499c2e18f154ad59d75cf29c3903af5c725 (diff)
Basis and Top syntax-highlight, indent, parse, and type-check
Diffstat (limited to 'lib/basis.urs')
-rw-r--r--lib/basis.urs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/basis.urs b/lib/basis.urs
index 352cd77a..c4524056 100644
--- a/lib/basis.urs
+++ b/lib/basis.urs
@@ -207,7 +207,7 @@ val query : tables ::: {{Type}} -> exps ::: {Type}
-> fn [tables ~ exps] =>
state ::: Type
-> sql_query tables exps
- -> ($(exps ++ fold (fn nm (fields :: {Type}) [[nm] ~ acc] =>
+ -> ($(exps ++ fold (fn nm (fields :: {Type}) acc [[nm] ~ acc] =>
[nm = $fields] ++ acc) [] tables)
-> state
-> transaction state)