aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi/export.py.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/ffi/export.py.lux7
1 files changed, 4 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/ffi/export.py.lux b/stdlib/source/library/lux/ffi/export.py.lux
index 66b0d1478..d9e729a8a 100644
--- a/stdlib/source/library/lux/ffi/export.py.lux
+++ b/stdlib/source/library/lux/ffi/export.py.lux
@@ -21,9 +21,9 @@
[macro
[syntax (.only syntax)]
["[0]" expansion]]
- [target
- ["/" python]]
[compiler
+ [target
+ ["/" python]]
[meta
[cache
["[0]" dependency
@@ -37,7 +37,8 @@
["[0]" type]]]]]]]])
(def definition
- (-> Code (Meta [Text Code]))
+ (-> Code
+ (Meta [Text Code]))
(|>> (list)
(<code>.result (<| <code>.form
(<>.after (<code>.this_symbol (symbol .def#)))