From fc8bebd3b3c5f050ea92e72eecbd9f6df09f28db Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 4 Sep 2021 12:49:52 -0400 Subject: De-taggification | part 2 --- stdlib/source/program/compositor/cli.lux | 10 +++++----- stdlib/source/program/compositor/export.lux | 16 ++++++++-------- stdlib/source/program/compositor/import.lux | 20 ++++++++++---------- stdlib/source/program/compositor/static.lux | 6 +++--- 4 files changed, 26 insertions(+), 26 deletions(-) (limited to 'stdlib/source/program/compositor') diff --git a/stdlib/source/program/compositor/cli.lux b/stdlib/source/program/compositor/cli.lux index a7a02ed0f..58f36d8c8 100644 --- a/stdlib/source/program/compositor/cli.lux +++ b/stdlib/source/program/compositor/cli.lux @@ -1,17 +1,17 @@ (.module: [library - [lux (#- Module Source) + [lux {"-" [Module Source]} [control - [pipe (#+ case>)] + [pipe {"+" [case>]}] ["<>" parser - ["." cli (#+ Parser)]]] + ["." cli {"+" [Parser]}]]] [tool [compiler [meta [archive - [descriptor (#+ Module)]]]]] + [descriptor {"+" [Module]}]]]]] [world - [file (#+ Path)]]]]) + [file {"+" [Path]}]]]]) (type: .public Source Path) diff --git a/stdlib/source/program/compositor/export.lux b/stdlib/source/program/compositor/export.lux index 1da80fc55..49169526d 100644 --- a/stdlib/source/program/compositor/export.lux +++ b/stdlib/source/program/compositor/export.lux @@ -1,15 +1,15 @@ (.module: [library - [lux (#- Source) + [lux {"-" [Source]} [abstract - ["." monad (#+ do)]] + ["." monad {"+" [do]}]] [control - ["." try (#+ Try)] + ["." try {"+" [Try]}] [concurrency - ["." async (#+ Async)]]] + ["." async {"+" [Async]}]]] [data ["." text - ["%" format (#+ format)]] + ["%" format {"+" [format]}]] [collection ["." dictionary] ["." row]] @@ -21,12 +21,12 @@ [tool [compiler [meta - ["." io #_ - ["#" context (#+ Extension)]]]]] + ["." io "_" + ["#" context {"+" [Extension]}]]]]] [world ["." file]]]] [// - [cli (#+ Source Export)]]) + [cli {"+" [Source Export]}]]) (def: file "library.tar") diff --git a/stdlib/source/program/compositor/import.lux b/stdlib/source/program/compositor/import.lux index 230b0325e..72bc61d57 100644 --- a/stdlib/source/program/compositor/import.lux +++ b/stdlib/source/program/compositor/import.lux @@ -1,21 +1,21 @@ (.module: [library - [lux (#- Module) + [lux {"-" [Module]} [abstract - ["." monad (#+ Monad do)]] + ["." monad {"+" [Monad do]}]] [control - ["." try (#+ Try)] - ["." exception (#+ exception:)] + ["." try {"+" [Try]}] + ["." exception {"+" [exception:]}] [concurrency - ["." async (#+ Async) ("#\." monad)]] + ["." async {"+" [Async]} ("#\." monad)]] ["<>" parser ["<.>" binary]]] [data - [binary (#+ Binary)] + [binary {"+" [Binary]}] ["." text - ["%" format (#+ format)]] + ["%" format {"+" [format]}]] [collection - ["." dictionary (#+ Dictionary)] + ["." dictionary {"+" [Dictionary]}] ["." row]] [format ["." tar]]] @@ -23,11 +23,11 @@ [compiler [meta [archive - [descriptor (#+ Module)]]]]] + [descriptor {"+" [Module]}]]]]] [world ["." file]]]] [// - [cli (#+ Library)]]) + [cli {"+" [Library]}]]) (def: Action (type (All (_ a) (Async (Try a))))) diff --git a/stdlib/source/program/compositor/static.lux b/stdlib/source/program/compositor/static.lux index 88f3ce65f..44d5d8a18 100644 --- a/stdlib/source/program/compositor/static.lux +++ b/stdlib/source/program/compositor/static.lux @@ -1,9 +1,9 @@ (.module: [library - [lux #* - [target (#+ Target)] + [lux "*" + [target {"+" [Target]}] [world - [file (#+ Path)]]]]) + [file {"+" [Path]}]]]]) (type: .public Static (Record -- cgit v1.2.3