aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/ffi.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/ffi.lux b/stdlib/source/library/lux/ffi.lux
index 3dd10ebe6..e204a0a4c 100644
--- a/stdlib/source/library/lux/ffi.lux
+++ b/stdlib/source/library/lux/ffi.lux
@@ -15,14 +15,14 @@
["%" \\format]]
[collection
["[0]" list (.use "[1]#[0]" monad mix)]]]
- ["[0]" macro (.only with_symbols)
- [syntax (.only syntax)]
- ["[0]" template]]
[meta
- [type
- [primitive (.except)]]
["[0]" code (.only)
- ["<[1]>" \\parser (.only Parser)]]]
+ ["<[1]>" \\parser (.only Parser)]]
+ ["[0]" macro (.only with_symbols)
+ [syntax (.only syntax)]
+ ["[0]" template]]
+ [type
+ [primitive (.except)]]]
["@" target (.only)
["[0]" js]]]])