Artifact Content
Not logged in

Artifact 69e4ee9d57c8e951a7a56556f51291535cabb42f:


(library (srfi private include compat)
  (export
    search-paths)
  (import
    (rnrs base)
    (only (mosh) library-path))

  (define (search-paths)
    (library-path))
)