From 35c0807799717cd720ab28b35851c1a01a67445d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 7 Sep 2021 22:50:21 -0400 Subject: De-taggification | part 4 --- stdlib/source/program/compositor/export.lux | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'stdlib/source/program/compositor/export.lux') diff --git a/stdlib/source/program/compositor/export.lux b/stdlib/source/program/compositor/export.lux index e2d89879a..2fe3171e0 100644 --- a/stdlib/source/program/compositor/export.lux +++ b/stdlib/source/program/compositor/export.lux @@ -2,29 +2,29 @@ [library [lux {"-" [Source]} [abstract - ["." monad {"+" [do]}]] + ["[0]" monad {"+" [do]}]] [control - ["." try {"+" [Try]}] + ["[0]" try {"+" [Try]}] [concurrency - ["." async {"+" [Async]}]]] + ["[0]" async {"+" [Async]}]]] [data - ["." text + ["[0]" text ["%" format {"+" [format]}]] [collection - ["." dictionary] - ["." row]] + ["[0]" dictionary] + ["[0]" row]] [format - ["." binary] - ["." tar]]] + ["[0]" binary] + ["[0]" tar]]] [time - ["." instant]] + ["[0]" instant]] [tool [compiler [meta - ["." io "_" - ["#" context {"+" [Extension]}]]]]] + ["[0]" io "_" + ["[1]" context {"+" [Extension]}]]]]] [world - ["." file]]]] + ["[0]" file]]]] [// [cli {"+" [Source Export]}]]) -- cgit v1.2.3