From 9af2c85fe34ce8fee584519b1177606a8d4246ff Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 Nov 2025 00:32:40 +0000 Subject: workflow: Mention state-monadic return in capture-output docstring. --- ravanan/workflow.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ravanan/workflow.scm b/ravanan/workflow.scm index 7610ea2..85c4f24 100644 --- a/ravanan/workflow.scm +++ b/ravanan/workflow.scm @@ -447,7 +447,7 @@ is the class of the workflow." formal-outputs)) (define (capture-output state) - "Return output of completed job @var{state}." + "Return output of completed job @var{state} as a state-monadic value." (cond ((workflow-state? state) (state-let* ((outputs (capture-propnet-output -- cgit 1.4.1