From 39325bb36c6f6459c861ef12f9e99b9e66b52594 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 8 Jul 2022 17:18:30 -0400 Subject: Moved "lux/static" to "lux/meta/static". --- lux-python/source/program.lux | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lux-python') diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 208a3550a..a14949e61 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -4,7 +4,6 @@ [program (.only program:)] ["[0]" ffi (.only import)] ["[0]" debug] - ["[0]" static] [abstract ["[0]" monad (.only do)]] [control @@ -24,20 +23,18 @@ [collection ["[0]" array (.only Array)] ["[0]" list (.use "[1]#[0]" functor)]]] - [macro - ["^" pattern] - ["[0]" template] - ["[0]" code]] [math [number ["n" nat] ["[0]" i64]]] - ["[0]" world - ["[0]" file] - ["[1]/[0]" program]] - ["@" target (.only) - ["_" python]] [meta + ["[0]" static] + [macro + ["^" pattern] + ["[0]" template] + ["[0]" code]] + ["@" target (.only) + ["_" python]] ["[0]" compiler ["[0]" phase (.only Operation Phase) (.use "[1]#[0]" monad)] [reference @@ -68,7 +65,10 @@ [archive (.only Archive) ["[0]" unit]] ["[0]" packager - ["[1]" script]]]]]]] + ["[1]" script]]]]] + ["[0]" world + ["[0]" file] + ["[1]/[0]" program]]]] [program ["/" compositor]]) -- cgit v1.2.3