aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/syntax.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/language/syntax.lux')
-rw-r--r--stdlib/source/lux/language/syntax.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/lux/language/syntax.lux b/stdlib/source/lux/language/syntax.lux
index 18fd61c8a..ebe2c3511 100644
--- a/stdlib/source/lux/language/syntax.lux
+++ b/stdlib/source/lux/language/syntax.lux
@@ -32,14 +32,14 @@
["ex" exception (#+ exception:)]]
[data
["e" error]
- [number]
- [product]
- [maybe]
+ ["." number]
+ ["." product]
+ ["." maybe]
["." text
["l" lexer]
format]
[collection
- [row (#+ Row)]
+ ["." row (#+ Row)]
["dict" dictionary (#+ Dictionary)]]]])
(type: #export Aliases (Dictionary Text Text))