From f9d4d316ef9666f6b122b0eec8180351216e95f8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 15 Mar 2019 00:23:49 -0400 Subject: Changed the convention for the structure opening separator from "/" to ";", to avoid confusion since "/" is used for relative module paths. --- stdlib/source/program/licentia.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/program/licentia.lux') diff --git a/stdlib/source/program/licentia.lux b/stdlib/source/program/licentia.lux index 0b7bca16f..87ec7a9eb 100644 --- a/stdlib/source/program/licentia.lux +++ b/stdlib/source/program/licentia.lux @@ -28,7 +28,7 @@ [format ["." json]]] ["." cli (#+ program:)] - ["." io (#+ IO) ("#/." monad)] + ["." io (#+ IO) ("#;." monad)] [world ["." file (#+ Path File)]] [host (#+ import:)]] @@ -58,7 +58,7 @@ (do (error.with io.monad) [file (!.use (:: file.system file) input) blob (!.use (:: file content) []) - document (io/wrap (do error.monad + document (io;wrap (do error.monad [raw-json (encoding.from-utf8 blob) json (|> raw-json (:coerce java/lang/String) -- cgit v1.2.3