From 0e34448e5c0ffd9c39d67c2f859e91942e1ab0a4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 2 Jun 2022 13:56:01 -0400 Subject: Extensible import syntax [Part 3] --- lux-r/source/program.lux | 2 +- lux-r/source/test/program.lux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-r') diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux index 7e7a6ed88..f35d49c00 100644 --- a/lux-r/source/program.lux +++ b/lux-r/source/program.lux @@ -1,5 +1,5 @@ (.using - [lux "*" + [lux (.full) [program (.only program:)] ["[0]" ffi] ["[0]" debug] diff --git a/lux-r/source/test/program.lux b/lux-r/source/test/program.lux index 1f9dcda44..88c253bbe 100644 --- a/lux-r/source/test/program.lux +++ b/lux-r/source/test/program.lux @@ -1,5 +1,5 @@ (.using - [lux "*" + [lux (.full) ["_" test (.only Test)] [control ["[0]" io] -- cgit v1.2.3