diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/data/text/encoding.lux | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/stdlib/source/lux/data/text/encoding.lux b/stdlib/source/lux/data/text/encoding.lux index 2ea8e4a76..d5246e382 100644 --- a/stdlib/source/lux/data/text/encoding.lux +++ b/stdlib/source/lux/data/text/encoding.lux @@ -1,8 +1,11 @@ (.module: [lux #* - [data [error (#+ Error)]] - [world [blob (#+ Blob)]] - [language ["_" host]] + [data + ["." error (#+ Error)]] + [world + [blob (#+ Blob)]] + [language + ["_" host]] [host (#+ import:)]]) (`` (for {(~~ (static _.jvm)) |