From e53c1a090eb9cfac3cb23d10d981648d02518ed1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 13 Aug 2021 04:18:57 -0400 Subject: Made program: specify its bindings the same way as syntax:. --- licentia/source/program/licentia.lux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'licentia') diff --git a/licentia/source/program/licentia.lux b/licentia/source/program/licentia.lux index e421fe344..50fb066e9 100644 --- a/licentia/source/program/licentia.lux +++ b/licentia/source/program/licentia.lux @@ -57,11 +57,11 @@ (format "Your license has been made!" text.new_line "Check the file " output ".")) -(program: [{input (<| (.named "--input") - .any)} - {output (<| (parser.default ..default_output_file) - (.named "--output") - .any)}] +(program: [input (<| (.named "--input") + .any) + output (<| (parser.default ..default_output_file) + (.named "--output") + .any)] (do io.monad [?done (: (IO (Try Any)) (do (try.with io.monad) -- cgit v1.2.3