forgot the none binding

svn: r14728
This commit is contained in:
Eli Barzilay 2009-05-06 04:08:43 +00:00
parent 7d93d3b539
commit 82d1267553

View File

@ -76,6 +76,9 @@ the state transitions / contracts are:
;; this is used as a wrapped to deal with the problem that different procedures might be eq?.
(define-struct pref-callback (cb))
;; used to detect missing hash entries
(define none (gensym 'none))
;; get : symbol -> any
;; return the current value of the preference `p'
;; exported