From a61c3f2e7bc29c3224264317b14254fe93d503fe Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 7 Apr 2019 00:50:04 -0400 Subject: - Upgrade the tuple left-access mechanism to the new style. - Updated JS compiler. - Updated Python compiler. --- lux-js/source/program.lux | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lux-js/source') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index fca2ab4ad..8de905414 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -1,10 +1,11 @@ (.module: [lux #* - [cli (#+ program:)] - ["." io (#+ IO io)] + [abstract + [monad (#+ do)]] [control - [monad (#+ do)] - ["." exception (#+ exception:)]] + ["." exception (#+ exception:)] + [cli (#+ program:)] + ["." io (#+ IO io)]] [data ["." maybe] ["." error (#+ Error)] -- cgit v1.2.3