5 lines
101 B
Scheme
5 lines
101 B
Scheme
#lang scheme/base
|
|
|
|
(provide reconstruction-memory)
|
|
(define reconstruction-memory (make-weak-hasheq))
|