From 46a449c23e0d6d546637281e7fbbddaa48d7fbc9 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 19 Sep 2023 20:05:51 +0100 Subject: ccwl: Add set-output-id setter. * ccwl/ccwl.scm ()[id]: Add setter. --- ccwl/ccwl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index f31e99a..9bbece3 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -1,5 +1,5 @@ ;;; ccwl --- Concise Common Workflow Language -;;; Copyright © 2021, 2022 Arun Isaac +;;; Copyright © 2021, 2022, 2023 Arun Isaac ;;; ;;; This file is part of ccwl. ;;; @@ -139,7 +139,7 @@ (define-immutable-record-type (make-output id type binding source other) output? - (id output-id) + (id output-id set-output-id) (type output-type) (binding output-binding) (source output-source set-output-source) -- cgit v1.2.3