add sugar/cache to main.rkt

pull/2/head
Matthew Butterick 10 years ago
parent baa670aa8f
commit be90af26d8

@ -1,6 +1,7 @@
#lang racket/base
(require
"cache.rkt"
"coerce.rkt"
"container.rkt"
"debug.rkt"
@ -13,6 +14,7 @@
(provide
(all-from-out
"cache.rkt"
"coerce.rkt"
"container.rkt"
"debug.rkt"

Loading…
Cancel
Save