summaryrefslogtreecommitdiff
path: root/doc/spell-check-workflow-1.scm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/spell-check-workflow-1.scm')
-rw-r--r--doc/spell-check-workflow-1.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/spell-check-workflow-1.scm b/doc/spell-check-workflow-1.scm
new file mode 100644
index 0000000..0a82900
--- /dev/null
+++ b/doc/spell-check-workflow-1.scm
@@ -0,0 +1,5 @@
+(workflow (text-file)
+ (pipe (split-words #:text text-file)
+ (downcase #:words words)
+ (sort (sort-words) #:words downcased-words)
+ (rename #:sorted-words sorted)))