From 376c3e472fbb1e2656f8c61b26e0276570609aa1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 00:29:57 -0400 Subject: Updated only/except import syntax to take into account record => variant syntax change. --- stdlib/source/specification/compositor.lux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'stdlib/source/specification/compositor.lux') diff --git a/stdlib/source/specification/compositor.lux b/stdlib/source/specification/compositor.lux index 832273cd3..8e65e038d 100644 --- a/stdlib/source/specification/compositor.lux +++ b/stdlib/source/specification/compositor.lux @@ -1,10 +1,10 @@ (.module: [lux "*" - ["_" test {"+" [Test]}] + ["_" test {"+" Test}] [abstract - [monad {"+" [do]}]] + [monad {"+" do}]] [control - ["[0]" io {"+" [IO]}] + ["[0]" io {"+" IO}] ["[0]" try]] [math ["r" random]] @@ -13,12 +13,12 @@ ["[0]" analysis] ["[0]" directive] [phase - [macro {"+" [Expander]}] - [generation {"+" [Bundle]}]] + [macro {"+" Expander}] + [generation {"+" Bundle}]] [default - [platform {"+" [Platform]}]]]]] + [platform {"+" Platform}]]]]] ["[0]" / "_" - ["[1][0]" common {"+" [Runner Definer]}] + ["[1][0]" common {"+" Runner Definer}] ["[1]./" analysis "_" ["[1][0]" type]] ["[1]./" generation "_" -- cgit v1.2.3