aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/parser/binary.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/control/parser/binary.lux')
-rw-r--r--stdlib/source/library/lux/control/parser/binary.lux22
1 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/source/library/lux/control/parser/binary.lux b/stdlib/source/library/lux/control/parser/binary.lux
index 2c32f7b8d..79408450d 100644
--- a/stdlib/source/library/lux/control/parser/binary.lux
+++ b/stdlib/source/library/lux/control/parser/binary.lux
@@ -1,27 +1,27 @@
(.using
[library
[lux {"-" and or nat int rev list type symbol}
- [ffi {"+"}]
- [type {"+" sharing}]
+ [ffi (.only)]
+ [type (.only sharing)]
[abstract
- [hash {"+" Hash}]
- [monad {"+" do}]]
+ [hash (.only Hash)]
+ [monad (.only do)]]
[control
- ["[0]" try {"+" Try}]
- ["[0]" exception {"+" exception:}]]
+ ["[0]" try (.only Try)]
+ ["[0]" exception (.only exception:)]]
[data
["/" binary "_"
- ["[1]" \\unsafe {"+" Binary}]]
+ ["[1]" \\unsafe (.only Binary)]]
[text
- ["%" format {"+" format}]
+ ["%" format (.only format)]
[encoding
["[0]" utf8]]]
[collection
["[0]" list]
- ["[0]" sequence {"+" Sequence}]
- ["[0]" set {"+" Set}]
+ ["[0]" sequence (.only Sequence)]
+ ["[0]" set (.only Set)]
[array
- [\\unsafe {"+"}]]]]
+ [\\unsafe (.only)]]]]
[macro
["^" pattern]
["[0]" template]]