Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/koto/folds.scm')
| -rw-r--r-- | runtime/queries/koto/folds.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/queries/koto/folds.scm b/runtime/queries/koto/folds.scm new file mode 100644 index 00000000..d20d0120 --- /dev/null +++ b/runtime/queries/koto/folds.scm @@ -0,0 +1,9 @@ +[ + (assign) + (comment) + (function) + (list) + (map) + (tuple) + (string) +] @fold |