diff options
Diffstat (limited to 'rnd/sketch.rkt')
-rw-r--r-- | rnd/sketch.rkt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rnd/sketch.rkt b/rnd/sketch.rkt deleted file mode 100644 index dd25774..0000000 --- a/rnd/sketch.rkt +++ /dev/null @@ -1,13 +0,0 @@ -#lang racket - -;; place for notes and tests and sketches and all that jazz - - -; the sketch of how maybe to access these nested hash tables (this has become hillariously difficult to solve) -; (define path '(some deep key)) -> - -; (for/fold ((ht deep-hash-table)) -; ((key (in-list path)) -; #:break -; (not (hash? ht))) -; (hash-ref ht key)) \ No newline at end of file |