Skip to content
This repository has been archived by the owner on Jan 28, 2018. It is now read-only.

Commit

Permalink
hash
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi committed Nov 4, 2017
1 parent bd00c43 commit 6b4c81c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zscm.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@
(define (string . xs) (list->string xs))
(define (displayln x) (display x) (newline))
(define eqv? equal?)
(define hasheq hash)
(define hasheqv hash)
(define make-immutable-hasheqv make-immutable-hash)
(define make-immutable-hasheq make-immutable-hash)

(defmacro delay-force
(λ (x)
`(delay (force ,x))))
Expand Down

0 comments on commit 6b4c81c

Please sign in to comment.