aboutsummaryrefslogtreecommitdiff
path: root/lux-r
diff options
context:
space:
mode:
Diffstat (limited to 'lux-r')
-rw-r--r--lux-r/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index 969653315..9f956591c 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -396,7 +396,7 @@
(#try.Failure error)
(#try.Success member)
- (recur (inc idx) (array.write! idx (:as Any member) output)))
+ (recur (++ idx) (array.write! idx (:as Any member) output)))
(#try.Success output)))))
(def: (field_class field host_object)