From 35c0807799717cd720ab28b35851c1a01a67445d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 7 Sep 2021 22:50:21 -0400 Subject: De-taggification | part 4 --- stdlib/source/program/aedifex/command.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stdlib/source/program/aedifex/command.lux') diff --git a/stdlib/source/program/aedifex/command.lux b/stdlib/source/program/aedifex/command.lux index b0b900e05..8594f0cfc 100644 --- a/stdlib/source/program/aedifex/command.lux +++ b/stdlib/source/program/aedifex/command.lux @@ -1,9 +1,9 @@ (.module: [library [lux "*"]] - ["." // "_" - ["#" profile] - ["#." action {"+" [Action]}]]) + ["[0]" // "_" + ["[1]" profile] + ["[1][0]" action {"+" [Action]}]]) (type: .public (Command a) (-> //.Profile (Action a))) -- cgit v1.2.3