From 9449d89f611ba3192373fdeb6848d02707ff1292 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 14 Mar 2019 21:34:51 -0400 Subject: Now allowing the alias of a module to refer to the alias of an ancestor. --- stdlib/source/program/licentia.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stdlib/source/program/licentia.lux') diff --git a/stdlib/source/program/licentia.lux b/stdlib/source/program/licentia.lux index 46fa8345f..0b7bca16f 100644 --- a/stdlib/source/program/licentia.lux +++ b/stdlib/source/program/licentia.lux @@ -32,9 +32,9 @@ [world ["." file (#+ Path File)]] [host (#+ import:)]] - [/ - ["/." input] - ["/." output]]) + ["." / #_ + ["#." input] + ["#." output]]) (with-expansions [ (as-is "2019-04-01")] (to-do "Replace _.work with _.covered-work or _.licensed-work") -- cgit v1.2.3