~ruther/guix-local

7dbd75b3cff33c90c7427740be01542d1eff03b1 — Ludovic Courtès 9 years ago 278d486
file-systems: Add missing docstring.

* gnu/system/file-systems.scm (file-system-type-predicate): Add
docstring.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/system/file-systems.scm
M gnu/system/file-systems.scm => gnu/system/file-systems.scm +2 -0
@@ 417,6 417,8 @@ a bind mount."
              %network-configuration-files))

(define (file-system-type-predicate type)
  "Return a predicate that, when passed a file system, returns #t if that file
system has the given TYPE."
  (lambda (fs)
    (string=? (file-system-type fs) type)))