diff options
| author | Arun Isaac | 2025-11-17 00:32:40 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-17 00:32:40 +0000 |
| commit | 9af2c85fe34ce8fee584519b1177606a8d4246ff (patch) | |
| tree | 395ea7c7acf8a0d6180346e8b8148b71091b81af | |
| parent | 5f19178c35f27a3a35b037b9f20cf337c0e427ce (diff) | |
| download | ravanan-9af2c85fe34ce8fee584519b1177606a8d4246ff.tar.gz ravanan-9af2c85fe34ce8fee584519b1177606a8d4246ff.tar.lz ravanan-9af2c85fe34ce8fee584519b1177606a8d4246ff.zip | |
workflow: Mention state-monadic return in capture-output docstring.
| -rw-r--r-- | ravanan/workflow.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
