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-python/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-python') diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index d16446ac1..64139ca38 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -287,7 +287,7 @@ [7] [8])) - (pattern (partial_list (~~ (static.literals code.local (inputs/? 8))) + (pattern (list.partial (~~ (static.literals code.local (inputs/? 8))) input/+)) (again ((as (~~ (static.literal function.identity (function/? 8))) it) (~~ (static.literals code.local (inputs/? 8)))) -- cgit v1.2.3