aboutsummaryrefslogtreecommitdiff
path: root/licentia/source/program/licentia.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-04 12:49:52 -0400
committerEduardo Julian2021-09-04 12:49:52 -0400
commitfc8bebd3b3c5f050ea92e72eecbd9f6df09f28db (patch)
tree24858adac0e67228620b7e9166e3b7335be9fd5a /licentia/source/program/licentia.lux
parent891b1cfc82322f8017f0a4f6b707d6fe52024545 (diff)
De-taggification | part 2
Diffstat (limited to 'licentia/source/program/licentia.lux')
-rw-r--r--licentia/source/program/licentia.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/licentia/source/program/licentia.lux b/licentia/source/program/licentia.lux
index 04fd52191..a6e0820c3 100644
--- a/licentia/source/program/licentia.lux
+++ b/licentia/source/program/licentia.lux
@@ -13,17 +13,17 @@
(.module:
[library
- [lux #*
- [ffi (#+ import:)]
- [program (#+ program:)]
+ [lux "*"
+ [ffi {"+" [import:]}]
+ [program {"+" [program:]}]
["." debug]
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
- [remember (#+ to_do)]
- ["." io (#+ IO) ("#\." monad)]
+ [remember {"+" [to_do]}]
+ ["." io {"+" [IO]} ("#\." monad)]
["." maybe]
- ["." try (#+ Try)]
+ ["." try {"+" [Try]}]
["." parser
["<.>" cli]
["<.>" json]]
@@ -31,14 +31,14 @@
["!" capability]]]
[data
["." text
- ["%" format (#+ format)]
+ ["%" format {"+" [format]}]
[encoding
["." utf8]]]
[format
["." json]]]
[world
["." file]]]]
- ["." / #_
+ ["." / "_"
["#." input]
["#." output]])