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/documentation/lux.lux | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'stdlib/source/documentation/lux.lux') diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux index 85b93f5f7..184049d89 100644 --- a/stdlib/source/documentation/lux.lux +++ b/stdlib/source/documentation/lux.lux @@ -1,16 +1,16 @@ (.module: [library [lux - [program (#+ program:)] - ["$" documentation (#+ documentation:)] + [program {"+" [program:]}] + ["$" documentation {"+" [documentation:]}] ["." debug] [control ["." io] ["<>" parser ["<.>" code]]] [data - ["." text (#+ \n) - ["%" format (#+ format)]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]] [collection ["." list] ["." set]]] @@ -18,7 +18,7 @@ ["." template]]]] [\\library ["." /]] - ["." / #_ + ["." / "_" ["#." abstract] ["#." control] ["#." data] @@ -38,7 +38,7 @@ ... ["#." tool] ... TODO: Documentation for this ["#." type] ["#." world] - ... ["#." target #_ + ... ["#." target "_" ... ] ]) @@ -594,9 +594,9 @@ (documentation: /.module: "Module-definition macro." [(.module: - [lux #* + [lux "*" [control - ["M" monad #*]] + ["M" monad "*"]] [data maybe ["." name ("#/." codec)]] -- cgit v1.2.3