aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/meta.lux')
-rw-r--r--stdlib/source/library/lux/meta.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/meta.lux b/stdlib/source/library/lux/meta.lux
index cc3aa9036..7d778190c 100644
--- a/stdlib/source/library/lux/meta.lux
+++ b/stdlib/source/library/lux/meta.lux
@@ -1,6 +1,6 @@
(.require
[library
- [lux (.except type try macro)
+ [lux (.except try macro type)
[abstract
[functor (.only Functor)]
[apply (.only Apply)]
@@ -27,7 +27,7 @@
[/
["[0]" location]])
-... (type: (Meta a)
+... (.type (Meta a)
... (-> Lux (Try [Lux a])))
(def .public functor