new promises
svn: r6912 original commit: eef7c4012776f0a0fcd4104d282000660b04bfe4
This commit is contained in:
parent
77f1254ab7
commit
7baf211d44
3
collects/lazy/mz-without-promises.ss
Normal file
3
collects/lazy/mz-without-promises.ss
Normal 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?)))
|
Loading…
Reference in New Issue
Block a user