diff options
Diffstat (limited to 'stdlib/source/library/lux/data/collection/sequence.lux')
-rw-r--r-- | stdlib/source/library/lux/data/collection/sequence.lux | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/data/collection/sequence.lux b/stdlib/source/library/lux/data/collection/sequence.lux index c482ad8dc..d9724358a 100644 --- a/stdlib/source/library/lux/data/collection/sequence.lux +++ b/stdlib/source/library/lux/data/collection/sequence.lux @@ -2,14 +2,14 @@ [library [lux "*" [abstract - [functor {"+" [Functor]}] - [comonad {"+" [CoMonad]}]] + [functor {"+" Functor}] + [comonad {"+" CoMonad}]] [control - ["//" continuation {"+" [Cont]}] + ["//" continuation {"+" Cont}] ["<>" parser - ["<[0]>" code {"+" [Parser]}]]] - [macro {"+" [with_identifiers]} - [syntax {"+" [syntax:]}] + ["<[0]>" code {"+" Parser}]]] + [macro {"+" with_identifiers} + [syntax {"+" syntax:}] ["[0]" code]] [data ["[0]" bit] |