aboutsummaryrefslogtreecommitdiff
path: root/lux-scheme
diff options
context:
space:
mode:
authorEduardo Julian2022-07-06 17:11:35 -0400
committerEduardo Julian2022-07-06 17:11:35 -0400
commitf7880ce83ba82ada2d04a0c587448446e677d458 (patch)
tree0cdd43e40933906bae8c87681095284e4274d3c6 /lux-scheme
parent5270f301eba5237feebc8eca14aee6b7a992a819 (diff)
Moved "lux/time" to "lux/world/time".
Diffstat (limited to 'lux-scheme')
-rw-r--r--lux-scheme/source/program.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-scheme/source/program.lux b/lux-scheme/source/program.lux
index f979336ae..d4744ba40 100644
--- a/lux-scheme/source/program.lux
+++ b/lux-scheme/source/program.lux
@@ -25,11 +25,11 @@
[number (.only hex)
["n" nat]
["[0]" i64]]]
- [time
- ["[0]" instant]]
["[0]" world
["[0]" file]
- ["[1]/[0]" program]]
+ ["[1]/[0]" program]
+ [time
+ ["[0]" instant]]]
["@" target
["_" scheme]]
[meta