Skip to content

Commit

Permalink
conscript: add hash
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcKaufmann committed Mar 28, 2024
1 parent a3fd314 commit 29b47ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conscript/base.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
list list? list* null null? cons pair? car cdr map for-each shuffle
display displayln print println printf eprintf write writeln

hash hash-ref hash-update

+ - * / modulo quotient remainder add1 sub1 abs max min round floor ceiling truncate
= < > <= >= equal? eq?
sqrt expt exp log random
Expand Down

0 comments on commit 29b47ce

Please sign in to comment.