From db3e864ae66da7f7d1034ae95967605144d5ec47 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 27 Jun 2021 20:09:48 -0400 Subject: Made obtaining env variables more granular + partial Lua support. --- stdlib/source/spec/lux/world/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/spec') diff --git a/stdlib/source/spec/lux/world/program.lux b/stdlib/source/spec/lux/world/program.lux index f7f848ed3..939445169 100644 --- a/stdlib/source/spec/lux/world/program.lux +++ b/stdlib/source/spec/lux/world/program.lux @@ -21,8 +21,8 @@ (-> (/.Program Promise) Test) (do random.monad [exit random.int] - (wrap (do promise.monad - [environment (\ subject environment []) + (wrap (do {! promise.monad} + [environment (/.environment ! subject) home (\ subject home []) directory (\ subject directory [])] (_.cover' [/.Program] -- cgit v1.2.3