aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/import.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-02-11 19:57:00 -0400
committerEduardo Julian2022-02-11 19:57:00 -0400
commit105ab334201646be6b594d3d1215297e3b629a10 (patch)
treed1f972d5fe676f8b93f4efa8fb0a8ce602878903 /stdlib/source/program/compositor/import.lux
parent469b171e5793422a4dbd27f4f2fab8a261c9ccf9 (diff)
Fixed directive extensions for Lux/Python.
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/import.lux (renamed from stdlib/source/program/compositor/import.lux)4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/compositor/import.lux b/stdlib/source/library/lux/tool/compiler/meta/import.lux
index 7f21f20ec..d3a356c43 100644
--- a/stdlib/source/program/compositor/import.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/import.lux
@@ -7,13 +7,13 @@
["[0]" try {"+" Try}]
["[0]" exception {"+" exception:}]
[concurrency
- ["[0]" async {"+" Async} ("[1]#[0]" monad)]]
+ ["[0]" async {"+" Async}]]
["<>" parser
["<[0]>" binary]]]
[data
[binary {"+" Binary}]
["[0]" text
- ["%" format {"+" format}]]
+ ["%" format]]
[collection
["[0]" dictionary {"+" Dictionary}]
["[0]" sequence]]