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/analysis/type.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'stdlib/source/specification/compositor/analysis/type.lux') diff --git a/stdlib/source/specification/compositor/analysis/type.lux b/stdlib/source/specification/compositor/analysis/type.lux index bd8da0f38..d4f3a863b 100644 --- a/stdlib/source/specification/compositor/analysis/type.lux +++ b/stdlib/source/specification/compositor/analysis/type.lux @@ -1,21 +1,21 @@ (.module: [lux "*" - ["_" test {"+" [Test]}] + ["_" test {"+" Test}] [abstract - [monad {"+" [do]}]] + [monad {"+" do}]] [control - [pipe {"+" [case>]}] + [pipe {"+" case>}] ["[0]" io] ["[0]" try]] [math - ["r" random {"+" [Random]}]] + ["r" random {"+" Random}]] [macro ["[0]" code]] [tool [compiler - [analysis {"+" [State+]}] + [analysis {"+" State+}] ["[0]" phase - [macro {"+" [Expander]}] + [macro {"+" Expander}] ["[0]" analysis ["[1]/[0]" scope] ["[1]/[0]" type]]]]]]) -- cgit v1.2.3