new promises

svn: r6912

original commit: eef7c4012776f0a0fcd4104d282000660b04bfe4
This commit is contained in:
Eli Barzilay 2007-07-14 05:08:23 +00:00
parent 77f1254ab7
commit 7baf211d44

View File

@ -0,0 +1,3 @@
;; A tiny language to build our promises with no built-in interference
(module mz-without-promises mzscheme
(provide (all-from-except mzscheme delay force promise?)))