From 6f398db2fc89f0703ab022018689b99e45365ff6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 7 Mar 2021 03:39:11 +0530 Subject: Remove field binding from constructor of the type. * ccwl/ccwl.scm (): Remove field binding from constructor. --- ccwl/ccwl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 5e97331..b1fa485 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -16,7 +16,7 @@ pipeline)) (define-immutable-record-type - (make-input id type label default binding source other) + (make-input id type label default source other) input? (id input-id) (type input-type) -- cgit v1.2.3