From fdfd7036806fe62ffaf054b61fbf16bbfb002b7c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 11 Jul 2018 19:47:40 -0400 Subject: - Improvements to import syntax [part 2]. --- stdlib/source/lux/language/compiler.lux | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'stdlib/source/lux/language/compiler.lux') diff --git a/stdlib/source/lux/language/compiler.lux b/stdlib/source/lux/language/compiler.lux index db2010e7f..d8b622c31 100644 --- a/stdlib/source/lux/language/compiler.lux +++ b/stdlib/source/lux/language/compiler.lux @@ -1,14 +1,16 @@ (.module: - lux - (lux (control [state] - ["ex" exception (#+ Exception exception:)] - [monad (#+ do)]) - (data [product] - [error (#+ Error)] - [text] - text/format) - [function] - (macro ["s" syntax (#+ syntax:)]))) + [lux #* + [control + [state] + ["ex" exception (#+ Exception exception:)] + [monad (#+ do)]] + [data + [product] + [error (#+ Error)] + ["." text + format]] + [function] + [macro ["s" syntax (#+ syntax:)]]]) (type: #export (Operation s o) (state.State' Error s o)) -- cgit v1.2.3