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/scriptum.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stdlib/source/program/scriptum.lux') diff --git a/stdlib/source/program/scriptum.lux b/stdlib/source/program/scriptum.lux index 16ede26de..04570a9bb 100644 --- a/stdlib/source/program/scriptum.lux +++ b/stdlib/source/program/scriptum.lux @@ -13,12 +13,12 @@ ["." error (#+ Error)] [format ["md" markdown (#+ Markdown Span Block)]] - ["." text ("text/." equivalence) + ["." text ("#/." equivalence) format ["." encoding]] [collection - ["." sequence (#+ Sequence) ("sequence/." functor)] - ["." list ("list/." functor fold)]]] + ["." sequence (#+ Sequence) ("#/." functor)] + ["." list ("#/." functor fold)]]] ["." function] ["." type] ["." macro] -- cgit v1.2.3