From 912fe9589169303356b80691048d4900249add2d Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 18 Feb 2020 00:00:18 +0100 Subject: [PATCH] utils: Better highlight section titles. --- utils.rkt | 2 ++ 1 file changed, 2 insertions(+) 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