summaryrefslogtreecommitdiff
path: root/demo/sum.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/sum.ur')
-rw-r--r--demo/sum.ur4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/sum.ur b/demo/sum.ur
index d967454c..483cbf0a 100644
--- a/demo/sum.ur
+++ b/demo/sum.ur
@@ -1,6 +1,6 @@
-fun sum (fs ::: {Unit}) (fl : folder fs) (x : $(mapU int fs)) =
+fun sum [fs ::: {Unit}] (fl : folder fs) (x : $(mapU int fs)) =
foldUR [int] [fn _ => int]
- (fn (nm :: Name) (rest :: {Unit}) [[nm] ~ rest] n acc => n + acc)
+ (fn [nm :: Name] [rest :: {Unit}] [[nm] ~ rest] n acc => n + acc)
0 [fs] fl x
fun main () = return <xml><body>