aboutsummaryrefslogtreecommitdiff
path: root/module/global.scm
blob: f8d0cd7f3790047e871dabde3740ab503680b263 (plain)
1
2
3
4
5
6
7
8
9
10
(define-module (global))

;; TODO encapsulating these in
;; atomic boxes might be a good
;; idea.

(define-once basedir #f)

(export basedir)