diff options
| author | Arun Isaac | 2022-10-30 20:45:32 +0530 |
|---|---|---|
| committer | Arun Isaac | 2022-10-30 20:45:32 +0530 |
| commit | a1f21d10c1b21ce054b5750e6d0748ae9ad7557f (patch) | |
| tree | 72384881f8caa460e3f7443e660e0fe926f0e9c9 /dump.scm | |
| parent | a727611d57eabdbecf4c75bca75b92bc48231afd (diff) | |
| download | gn-transform-databases-a1f21d10c1b21ce054b5750e6d0748ae9ad7557f.tar.gz | |
Move string-blank? to (dump utils).
* dump.scm (string-blank?): Move to ... * dump/utils.scm (string-blank?): ... here.
Diffstat (limited to 'dump.scm')
| -rwxr-xr-x | dump.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dump.scm b/dump.scm index a763671..8e2057e 100755 --- a/dump.scm +++ b/dump.scm @@ -128,10 +128,6 @@ characters with an underscore and prefixing with gn:PREFIX." (drop char-list 1) char-list))))) -(define (string-blank? str) - "Return non-#f if STR consists only of whitespace characters." - (string-every char-set:whitespace str)) - (define (scm->triples alist id) (for-each (match-lambda ((predicate . object) |
