aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/type/primitive.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/meta/type/primitive.lux')
-rw-r--r--stdlib/source/library/lux/meta/type/primitive.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/library/lux/meta/type/primitive.lux b/stdlib/source/library/lux/meta/type/primitive.lux
index 50c288e1c..e58f13f56 100644
--- a/stdlib/source/library/lux/meta/type/primitive.lux
+++ b/stdlib/source/library/lux/meta/type/primitive.lux
@@ -13,12 +13,12 @@
["[0]" macro (.only)
["^" pattern]
["[0]" context]
- ["[0]" code (.only)
- ["<[1]>" \\parser (.only Parser)]]
[syntax (.only syntax)
["|[0]|" export]]]
[meta
- ["[0]" symbol (.use "[1]#[0]" codec)]]]]
+ ["[0]" symbol (.use "[1]#[0]" codec)]
+ ["[0]" code (.only)
+ ["<[1]>" \\parser (.only Parser)]]]]]
["[0]" //])
(type .public Frame
@@ -86,12 +86,12 @@
abstraction_declaration (` ((~ (code.local name)) (~+ type_varsC)))
representation_declaration (` ((~ g!Representation) (~+ type_varsC)))]]
(..declaration [name type_varsC abstraction_declaration representation_declaration]
- (` (.these (type (~ export_policy) (~ abstraction_declaration)
- (Primitive (~ (code.text (symbol#encoded [current_module name])))
- [(~+ type_varsC)]))
- (type (~ representation_declaration)
- (~ representation_type))
- (~+ primitives)))))))
+ (` (.these (type (~ export_policy) (~ abstraction_declaration)
+ (Primitive (~ (code.text (symbol#encoded [current_module name])))
+ [(~+ type_varsC)]))
+ (type (~ representation_declaration)
+ (~ representation_type))
+ (~+ primitives)))))))
(def selection
(Parser [(List Code) Code])