From 616ce8051f59f956fedc57780f5a8fefa16dd61d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Jun 2022 14:19:07 -0400 Subject: Re-named "partial_list" to "list.partial". --- lux-lua/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-lua') 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)))) -- cgit v1.2.3