From 6368253e731bd20b5f9f6891306b8302ec330d38 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 00:34:49 -0400 Subject: Re-named #Label to #Tag. --- stdlib/source/library/lux.lux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'stdlib/source/library/lux.lux') diff --git a/stdlib/source/library/lux.lux b/stdlib/source/library/lux.lux index 7c97c8a7f..c912c6bb1 100644 --- a/stdlib/source/library/lux.lux +++ b/stdlib/source/library/lux.lux @@ -400,7 +400,7 @@ {#Sum Label {#Sum Label Alias}}}}} - {"#Definition" "#Type" "#Label" "#Slot" "#Alias"} + {"#Definition" "#Type" "#Tag" "#Slot" "#Alias"} .public) ... (type: .public (Bindings k v) @@ -1506,7 +1506,7 @@ ({{#Some [#module_hash _ #module_aliases _ #definitions definitions #imports _ #module_state _]} ({{#Some constant} ({{#Definition _} {#Right [state full_name]} - {#Label _} {#Right [state full_name]} + {#Tag _} {#Right [state full_name]} {#Slot _} {#Right [state full_name]} {#Type _} {#Right [state full_name]} @@ -1985,7 +1985,7 @@ {#Type [exported? type labels]} {#None} - {#Label _} + {#Tag _} {#None} {#Slot _} @@ -3518,7 +3518,7 @@ (list name) (list)) - {#Label _} + {#Tag _} (list) {#Slot _} @@ -3621,7 +3621,7 @@ {#Type [exported? type labels]} {#Some ..Type} - {#Label _} + {#Tag _} {#None} {#Slot _} @@ -3654,7 +3654,7 @@ {#Type [exported? type labels]} {#Right [state [..Type type]]} - {#Label _} + {#Tag _} {#Left (text#composite "Unknown definition: " (name#encoded name))} {#Slot _} -- cgit v1.2.3