diff options
author | Eduardo Julian | 2022-06-12 14:19:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-12 14:19:07 -0400 |
commit | 616ce8051f59f956fedc57780f5a8fefa16dd61d (patch) | |
tree | d0cf43811d8414730cd52fb0d509c7cbc7032cda /lux-lua | |
parent | 8c3a1afab9efeb86e2f53d743551fc689fbad257 (diff) |
Re-named "partial_list" to "list.partial".
Diffstat (limited to 'lux-lua')
-rw-r--r-- | lux-lua/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index 26731f23e..ab567ae31 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -312,7 +312,7 @@ [5] )) - (pattern (partial_list (~~ (static.literals function.identity (..input/* 5))) input/+)) + (pattern (list.partial (~~ (static.literals function.identity (..input/* 5))) input/+)) (again ((as (~~ (static.literal function.identity (..function/* 5))) lux_function) (~~ (static.literals function.identity (..input/* 5)))) |