aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/sequence.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/data/collection/sequence.lux')
-rw-r--r--stdlib/source/library/lux/data/collection/sequence.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/library/lux/data/collection/sequence.lux b/stdlib/source/library/lux/data/collection/sequence.lux
index 72821bf95..35b9a1102 100644
--- a/stdlib/source/library/lux/data/collection/sequence.lux
+++ b/stdlib/source/library/lux/data/collection/sequence.lux
@@ -1,15 +1,15 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- [functor (#+ Functor)]
- [comonad (#+ CoMonad)]]
+ [functor {"+" [Functor]}]
+ [comonad {"+" [CoMonad]}]]
[control
- ["//" continuation (#+ Cont)]
+ ["//" continuation {"+" [Cont]}]
["<>" parser
- ["<.>" code (#+ Parser)]]]
- [macro (#+ with_identifiers)
- [syntax (#+ syntax:)]
+ ["<.>" code {"+" [Parser]}]]]
+ [macro {"+" [with_identifiers]}
+ [syntax {"+" [syntax:]}]
["." code]]
[data
["." bit]