From 659537b4ec859f1e705cdd1f82da29ab1a662d94 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 9 Apr 2022 04:10:28 -0400 Subject: De-sigil-ification: * --- lux-js/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-js/source/program.lux') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index 76302fa55..01646ac23 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -700,8 +700,8 @@ (def: (scope body) (-> _.Statement _.Statement) - (_.statement (_.apply_* (_.closure (list) body) - (list)))) + (_.statement (_.apply (_.closure (list) body) + (list)))) (def: (lux_compiler it) (-> Any platform.Custom) -- cgit v1.2.3