aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/format.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/format.lux')
-rw-r--r--stdlib/source/program/aedifex/format.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/program/aedifex/format.lux b/stdlib/source/program/aedifex/format.lux
index c7adaa33e..c0c9db2d1 100644
--- a/stdlib/source/program/aedifex/format.lux
+++ b/stdlib/source/program/aedifex/format.lux
@@ -18,7 +18,7 @@
["#." artifact (#+ Artifact)
["#/." type]]])
-(type: #export (Format a)
+(type: .public (Format a)
(-> a Code))
(def: (license [name url type])
@@ -139,7 +139,7 @@
(` [(~ (code.text program))
(~+ (list\map code.text parameters))]))
-(def: #export (profile value)
+(def: .public (profile value)
(Format /.Profile)
(`` (|> ..empty
(..on_list "parents" (get@ #/.parents value) code.text)
@@ -163,7 +163,7 @@
[#/.ruby]))
..aggregate)))
-(def: #export project
+(def: .public project
(Format Project)
(|>> dictionary.entries
(list\map (function (_ [key value])