From b96beb587c11fcfbce86ce2d62351600cf6cad1b Mon Sep 17 00:00:00 2001
From: Eduardo Julian
Date: Sat, 2 Jul 2022 05:38:27 -0400
Subject: More traditional names for unquoting macros.
---
licentia/source/program/licentia/license/addendum.lux | 2 +-
licentia/source/program/licentia/output.lux | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
(limited to 'licentia/source')
diff --git a/licentia/source/program/licentia/license/addendum.lux b/licentia/source/program/licentia/license/addendum.lux
index fb8be25b6..f5dfb922b 100644
--- a/licentia/source/program/licentia/license/addendum.lux
+++ b/licentia/source/program/licentia/license/addendum.lux
@@ -17,7 +17,7 @@
(def .public (output value)
(-> Addendum Text)
- (`` (format (~~ (with_template [
]
+ (`` (format (,, (with_template [ ]
[(if
($.block ($.section [#$.title
#$.content ]))
diff --git a/licentia/source/program/licentia/output.lux b/licentia/source/program/licentia/output.lux
index 7645b2cb4..0f05937e2 100644
--- a/licentia/source/program/licentia/output.lux
+++ b/licentia/source/program/licentia/output.lux
@@ -47,7 +47,7 @@
(def .public (grant termination)
(-> Termination Text)
- (`` (format (~~ (with_template [ ]
+ (`` (format (,, (with_template [ ]
[($.block ($.section [#$.title
#$.content ]))]
@@ -69,7 +69,7 @@
(def .public limitation
Text
- (`` (format (~~ (with_template [ ]
+ (`` (format (,, (with_template [ ]
[($.block ($.section [#$.title
#$.content ]))]
@@ -84,7 +84,7 @@
(def .public assurance
Text
- (`` (format (~~ (with_template [ ]
+ (`` (format (,, (with_template [ ]
[($.block ($.section [#$.title
#$.content ]))]
@@ -96,7 +96,7 @@
(def .public (liability value)
(-> Liability Text)
- (`` (format (~~ (with_template [ ]
+ (`` (format (,, (with_template [ ]
[(if
($.block ($.section [#$.title
#$.content ]))
@@ -124,7 +124,7 @@
(def .public (distribution distribution)
(-> Distribution Text)
- (`` (format (~~ (with_template [ ]
+ (`` (format (,, (with_template [ ]
[(if
($.block ($.section [#$.title
#$.content ]))
@@ -145,7 +145,7 @@
(def .public (commercial value)
(-> Commercial Text)
- (`` (format (~~ (with_template [ ]
+ (`` (format (,, (with_template [ ]
[(if
($.block ($.section [#$.title
#$.content ]))
@@ -172,7 +172,7 @@
{.#None}
[false ""])]
- (`` (format (~~ (with_template [ ]
+ (`` (format (,, (with_template [ ]
[(if
($.block ($.section [#$.title
#$.content ]))
@@ -214,7 +214,7 @@
(def .public (miscellaneous identified?)
(-> Bit Text)
- (`` (format (~~ (with_template [ ]
+ (`` (format (,, (with_template [ ]
[(if
($.block ($.section [#$.title
#$.content ]))
--
cgit v1.2.3