aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.scm.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/ffi.scm.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/library/lux/ffi.scm.lux b/stdlib/source/library/lux/ffi.scm.lux
index 6e861cb86..f4f0a0cda 100644
--- a/stdlib/source/library/lux/ffi.scm.lux
+++ b/stdlib/source/library/lux/ffi.scm.lux
@@ -2,26 +2,26 @@
[library
[lux {"-" [Alias]}
["@" target]
- ["." meta]
+ ["[0]" meta]
[abstract
[monad {"+" [do]}]]
[control
- ["." io]
- ["." maybe]
- ["<>" parser ("#\." monad)
- ["<.>" code {"+" [Parser]}]]]
+ ["[0]" io]
+ ["[0]" maybe]
+ ["<>" parser ("[1]\[0]" monad)
+ ["<[0]>" code {"+" [Parser]}]]]
[data
- ["." product]
- ["." text
+ ["[0]" product]
+ ["[0]" text
["%" format {"+" [format]}]]
[collection
- ["." list ("#\." functor)]]]
+ ["[0]" list ("[1]\[0]" functor)]]]
[type
abstract]
[macro {"+" [with_identifiers]}
[syntax {"+" [syntax:]}]
- ["." code]
- ["." template]]]])
+ ["[0]" code]
+ ["[0]" template]]]])
(abstract: .public (Object brand) {} Any)