make recover program a module

svn: r16349
This commit is contained in:
Matthew Flatt 2009-10-17 14:34:15 +00:00
parent c483470deb
commit aac4e61bb7

View File

@ -1,3 +1,4 @@
#lang scheme
(require mzlib/list net/head)
@ -24,4 +25,5 @@
#f)
rest))))))
(with-output-to-file "mailbox" (lambda () (write mailbox) (newline)) 'truncate)
(with-output-to-file "mailbox" (lambda () (write mailbox) (newline))
#:exists 'truncate)