aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux.lux b/stdlib/source/library/lux/tool/compiler/language/lux.lux
index 084348037..7f601efff 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux.lux
@@ -20,7 +20,7 @@
... TODO: Remove #module_hash, #imports & #module_state ASAP.
... TODO: Not just from this parser, but from the lux.Module type.
-(def: .public writer
+(def .public writer
(Writer .Module)
(let [definition (is (Writer Definition)
(all _.and _.bit _.type _.any))
@@ -52,7 +52,7 @@
... #module_state
_.any)))
-(def: .public parser
+(def .public parser
(Parser .Module)
(let [definition (is (Parser Definition)
(all <>.and
@@ -98,7 +98,7 @@
... #module_state
(at <>.monad in {.#Cached}))))
-(def: .public key
+(def .public key
(Key .Module)
(key.key [signature.#name (symbol ..compiler)
signature.#version version.latest]