ported cache.rkt

This commit is contained in:
Jens Axel Søgaard 2014-08-20 17:33:08 +02:00
parent 634d2e5384
commit 00ff2f2103

View File

@ -0,0 +1,7 @@
#lang whalesong
(define-struct cached-entry (real-path ;; path to a module.
whalesong-version ;; string
md5 ;; md5 of the original source in real-path
bytes)
#:transparent) ;; bytes