aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.lua.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/ffi.lua.lux')
-rw-r--r--stdlib/source/library/lux/ffi.lua.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/ffi.lua.lux b/stdlib/source/library/lux/ffi.lua.lux
index 60e8a8d48..8a8abbe14 100644
--- a/stdlib/source/library/lux/ffi.lua.lux
+++ b/stdlib/source/library/lux/ffi.lua.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux #*
+ [lux "*"
["@" target]
["." meta]
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
["." io]
["." maybe]
["<>" parser ("#\." monad)
- ["<.>" code (#+ Parser)]]]
+ ["<.>" code {"+" [Parser]}]]]
[data
["." product]
["." text
@@ -18,8 +18,8 @@
["." list ("#\." functor mix)]]]
[type
abstract]
- [macro (#+ with_identifiers)
- [syntax (#+ syntax:)]
+ [macro {"+" [with_identifiers]}
+ [syntax {"+" [syntax:]}]
["." code]
["." template]]]])