aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.php.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-30 22:53:23 -0400
committerEduardo Julian2022-06-30 22:53:23 -0400
commita8d76e48df01d0f5326faa8456797f91cb2cbeba (patch)
tree7a7a3d1e934a694e1cc4e3246dc21c2fe3093cf3 /stdlib/source/library/lux/ffi.php.lux
parent565fe5a2e60ff3c6b612031d1c3bb89f330751da (diff)
Alternative names for (un)quoting macros.
Diffstat (limited to 'stdlib/source/library/lux/ffi.php.lux')
-rw-r--r--stdlib/source/library/lux/ffi.php.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/ffi.php.lux b/stdlib/source/library/lux/ffi.php.lux
index f5f357021..a720cc6f1 100644
--- a/stdlib/source/library/lux/ffi.php.lux
+++ b/stdlib/source/library/lux/ffi.php.lux
@@ -2,7 +2,6 @@
[library
[lux (.except Alias)
["@" target]
- ["[0]" meta]
[abstract
[monad (.only do)]]
[control
@@ -15,13 +14,14 @@
["%" \\format]]
[collection
["[0]" list (.use "[1]#[0]" functor)]]]
- [type
- abstract]
[macro (.only with_symbols)
[syntax (.only syntax)]
["[0]" template]
["[0]" code (.only)
- ["<[1]>" \\parser (.only Parser)]]]]])
+ ["<[1]>" \\parser (.only Parser)]]]
+ ["[0]" meta (.only)
+ [type
+ abstract]]]])
(primitive .public (Object brand) Any)