aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor/common.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-08 17:56:15 -0400
committerEduardo Julian2021-08-08 17:56:15 -0400
commitf621a133e6e0a516c0586270fea8eaffb4829d82 (patch)
tree399396ee2f6a10df10cea9b78c51c76679b70e59 /stdlib/source/specification/compositor/common.lux
parent17e7566be51df5e428a6b10e6469201a8a9468da (diff)
No more #export magic syntax.
Diffstat (limited to 'stdlib/source/specification/compositor/common.lux')
-rw-r--r--stdlib/source/specification/compositor/common.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/specification/compositor/common.lux b/stdlib/source/specification/compositor/common.lux
index fdd930ec8..2c83cbd9e 100644
--- a/stdlib/source/specification/compositor/common.lux
+++ b/stdlib/source/specification/compositor/common.lux
@@ -19,13 +19,13 @@
[default
["." platform (#+ Platform)]]]]])
-(type: #export Runner
+(type: .public Runner
(-> Text Synthesis (Try Any)))
-(type: #export Definer
+(type: .public Definer
(-> Name Synthesis (Try Any)))
-(type: #export (Instancer what)
+(type: .public (Instancer what)
(All [anchor expression directive]
(-> (Platform IO anchor expression directive)
(generation.State+ anchor expression directive)
@@ -57,7 +57,7 @@
(phase (synthesis.constant lux_name))))]
(\ host evaluate! "definer" definitionG))))
-(def: #export (executors target expander platform
+(def: .public (executors target expander platform
analysis_bundle generation_bundle directive_bundle
program extender)
(All [anchor expression directive]