From 39a29a47313a50805dc323a3ccd949659188c8e2 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 6 Jan 2017 19:33:02 -0400 Subject: - Now returning full module information, instead of just module names. --- stdlib/source/lux/compiler.lux | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stdlib/source') diff --git a/stdlib/source/lux/compiler.lux b/stdlib/source/lux/compiler.lux index 2f3fdbe3c..374556972 100644 --- a/stdlib/source/lux/compiler.lux +++ b/stdlib/source/lux/compiler.lux @@ -506,11 +506,10 @@ (def: #export modules {#;doc "All the available modules (including the current one)."} - (Lux (List Text)) + (Lux (List [Text Module])) (lambda [state] (|> state (get@ #;modules) - (List/map product;left) [state] #;Right))) -- cgit v1.2.3