diff --git a/utils.rkt b/utils.rkt index 115b665..dda94ee 100644 --- a/utils.rkt +++ b/utils.rkt @@ -9,7 +9,9 @@ (provide auto-hash-ref/explicit auto-hash-ref/: eval-with eval-with1) +;;; =================== ;;; HashTable Injection +;;; =================== ;;; This section of the file contains some utilities to streamline the ;;; usage of hash tables mapping symbols to values. The goal is