utils: Add a comment to variable-mapping?
This commit is contained in:
parent
808516081d
commit
5dbdde1610
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
;;; usage of hash tables mapping symbols to values. The goal is
|
;;; usage of hash tables mapping symbols to values. The goal is
|
||||||
;;; essentially to avoid having to write explicit hash-ref calls.
|
;;; essentially to avoid having to write explicit hash-ref calls.
|
||||||
|
|
||||||
|
;;; A variable mapping is a hash table mapping symbols to values.
|
||||||
(define (variable-mapping? dict)
|
(define (variable-mapping? dict)
|
||||||
(and (hash? dict)
|
(and (hash? dict)
|
||||||
(if (not (hash-empty? dict))
|
(if (not (hash-empty? dict))
|
||||||
|
|
Loading…
Reference in a new issue