diff options
author | Eduardo Julian | 2022-07-08 02:09:34 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-07-08 02:09:34 -0400 |
commit | 523074289af8d9b473ed89e60fa586498de75aff (patch) | |
tree | ff5f75b4e3b20ce5e74963365874b699434b200a /stdlib/source/library | |
parent | fc6e6f19818dc24c8932b74a274b081f5720fda4 (diff) |
Moved "lux/locale" to "lux/world/locale".
Diffstat (limited to 'stdlib/source/library')
-rw-r--r-- | stdlib/source/library/lux/meta/macro/class.lux (renamed from stdlib/source/library/lux/meta/macro/custom.lux) | 2 | ||||
-rw-r--r-- | stdlib/source/library/lux/world/locale.lux (renamed from stdlib/source/library/lux/locale.lux) | 0 | ||||
-rw-r--r-- | stdlib/source/library/lux/world/locale/language.lux (renamed from stdlib/source/library/lux/locale/language.lux) | 0 | ||||
-rw-r--r-- | stdlib/source/library/lux/world/locale/territory.lux (renamed from stdlib/source/library/lux/locale/territory.lux) | 0 |
4 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/source/library/lux/meta/macro/custom.lux b/stdlib/source/library/lux/meta/macro/class.lux index 632219851..1c529d7cc 100644 --- a/stdlib/source/library/lux/meta/macro/custom.lux +++ b/stdlib/source/library/lux/meta/macro/class.lux @@ -1,3 +1,5 @@ +... [Not everything is an expression](https://codewords.recurse.com/issues/two/not-everything-is-an-expression) + (.require [library [lux (.except local) diff --git a/stdlib/source/library/lux/locale.lux b/stdlib/source/library/lux/world/locale.lux index 6cd384586..6cd384586 100644 --- a/stdlib/source/library/lux/locale.lux +++ b/stdlib/source/library/lux/world/locale.lux diff --git a/stdlib/source/library/lux/locale/language.lux b/stdlib/source/library/lux/world/locale/language.lux index ae11c87b1..ae11c87b1 100644 --- a/stdlib/source/library/lux/locale/language.lux +++ b/stdlib/source/library/lux/world/locale/language.lux diff --git a/stdlib/source/library/lux/locale/territory.lux b/stdlib/source/library/lux/world/locale/territory.lux index 74c30fce6..74c30fce6 100644 --- a/stdlib/source/library/lux/locale/territory.lux +++ b/stdlib/source/library/lux/world/locale/territory.lux |