diff options
-rw-r--r-- | ccwl/ccwl.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 17cf27c..f380485 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -406,6 +406,7 @@ object or a <cwl-workflow> object." "Return the ccwl function object (a <command> or a <cwl-workflow> object) described by syntax X. If such a ccwl function is not defined, return #f." + ;; TODO: What if function object is defined in lexical scope? (let ((var (module-variable (current-module) (syntax->datum x)))) (and var |