aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-12 14:19:07 -0400
committerEduardo Julian2022-06-12 14:19:07 -0400
commit616ce8051f59f956fedc57780f5a8fefa16dd61d (patch)
treed0cf43811d8414730cd52fb0d509c7cbc7032cda /stdlib/source/library/lux.lux
parent8c3a1afab9efeb86e2f53d743551fc689fbad257 (diff)
Re-named "partial_list" to "list.partial".
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux.lux b/stdlib/source/library/lux.lux
index 812a52cb8..2eaeec883 100644
--- a/stdlib/source/library/lux.lux
+++ b/stdlib/source/library/lux.lux
@@ -1215,7 +1215,7 @@
(meta#in {#Item (list#mix |#Item| |#End| (list#reversed xs))
{#End}})))
-(def:'' .public partial_list
+(def:'' .private partial_list
Macro
(macro (_ xs)
({{#Item last init}