about summary refs log tree commit diff
path: root/doc/ccwl-load.scm
blob: a899a5180e57045abe271fb7b7029c71d719693a (plain)
1
2
3
4
5
6
(define checksum
  (ccwl-load "checksum.scm"))

(workflow ((input #:type File))
  (pipe (checksum )
        []))