From 56d2835d35093e2d92c5e8a4371aa322b55e037b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 4 Jun 2022 02:28:47 -0400 Subject: Extensible import syntax [Part 6] --- stdlib/source/program/aedifex/profile.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'stdlib/source/program/aedifex/profile.lux') diff --git a/stdlib/source/program/aedifex/profile.lux b/stdlib/source/program/aedifex/profile.lux index 622cd3f9b..5ed623591 100644 --- a/stdlib/source/program/aedifex/profile.lux +++ b/stdlib/source/program/aedifex/profile.lux @@ -5,16 +5,16 @@ [monoid (.only Monoid)] [equivalence (.only Equivalence)]] [control - ["[0]" maybe ("[1]#[0]" monoid)] + ["[0]" maybe (.open: "[1]#[0]" monoid)] ["[0]" exception (.only exception:)]] [data ["[0]" product] - ["[0]" text ("[1]#[0]" equivalence)] + ["[0]" text (.open: "[1]#[0]" equivalence)] [collection - ["[0]" list ("[1]#[0]" monoid)] + ["[0]" list (.open: "[1]#[0]" monoid)] ["[0]" set (.only Set)] ["[0]" dictionary (.only Dictionary) - ["[0]" plist (.only PList) ("[1]#[0]" monoid)]]]] + ["[0]" plist (.only PList) (.open: "[1]#[0]" monoid)]]]] [macro ["^" pattern] ["[0]" template]] @@ -32,8 +32,8 @@ [module [descriptor (.only Module)]]]]]]]] [// - ["[0]" runtime (.only Runtime) ("[1]#[0]" equivalence)] - ["[0]" dependency (.only Dependency) ("[1]#[0]" equivalence)] + ["[0]" runtime (.only Runtime) (.open: "[1]#[0]" equivalence)] + ["[0]" dependency (.only Dependency) (.open: "[1]#[0]" equivalence)] ["[0]" artifact (.only Artifact) ["[0]" type]] [repository -- cgit v1.2.3