aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/r.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/r.lux')
-rw-r--r--stdlib/source/library/lux/target/r.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/target/r.lux b/stdlib/source/library/lux/target/r.lux
index 02b192b08..5b7b9bb47 100644
--- a/stdlib/source/library/lux/target/r.lux
+++ b/stdlib/source/library/lux/target/r.lux
@@ -327,7 +327,7 @@
(format (:representation from) ":" (:representation to))))
(def: .public (function inputs body)
- (-> (List (Ex [k] (Var k))) Expression Expression)
+ (-> (List (Ex (_ k) (Var k))) Expression Expression)
(let [args (|> inputs (list\each ..code) (text.interposed ", "))]
(..self_contained
(format "function(" args ") "