From 6eadb8ba7c8a5eb268cd7a8d13bd63dcaa5f449f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 11 Feb 2019 00:28:08 -0400 Subject: Added the special # syntax for referring to the module's alias when opening structures. --- stdlib/source/program/licentia/output.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/program/licentia/output.lux') diff --git a/stdlib/source/program/licentia/output.lux b/stdlib/source/program/licentia/output.lux index 4f9a4ab2c..475c4b908 100644 --- a/stdlib/source/program/licentia/output.lux +++ b/stdlib/source/program/licentia/output.lux @@ -1,11 +1,11 @@ (.module: [lux (#- Definition) [data - ["." maybe ("maybe/." functor)] + ["." maybe ("#/." functor)] ["." text format] [collection - [list ("list/." functor monoid)]]]] + ["." list ("#/." functor monoid)]]]] [// ["." license (#+ Identification Termination -- cgit v1.2.3