From a62ce3f9c2b605e0033f4772b0f64c4525de4d86 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 11 Aug 2021 02:38:59 -0400 Subject: Relocated maybe and lazy from data to control. --- licentia/source/program/licentia.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'licentia/source/program/licentia.lux') diff --git a/licentia/source/program/licentia.lux b/licentia/source/program/licentia.lux index 69080caba..e421fe344 100644 --- a/licentia/source/program/licentia.lux +++ b/licentia/source/program/licentia.lux @@ -22,6 +22,7 @@ [control [remember (#+ to_do)] ["." io (#+ IO) ("#\." monad)] + ["." maybe] ["." try (#+ Try)] ["." parser ["<.>" cli] @@ -29,7 +30,6 @@ [security ["!" capability]]] [data - ["." maybe] ["." text ["%" format (#+ format)] [encoding @@ -72,7 +72,7 @@ java/lang/String::trim (\ json.codec decode))] (|> json - (.run /input.license) + (.result /input.license) (\ ! map /output.license))))] (\ file.default write (\ utf8.codec encode document) output)))] (wrap (debug.log! (case ?done -- cgit v1.2.3