racket/collects/tests/lazy
Eli Barzilay 12211fff72 Various lazy-related fixes etc.
* A long-standing bug, which happened with
    (let ([x (lazy (delay 1))]) (force x) (force x))
  not being properly handled.

* Added `delay/strict', mostly for the below.

* Made srfi/45 reprovide it as `eager'.

* Also restricted the exports from srfi/45 to its interface.

All of these issues were reported by Andreas Rottmann.
2010-05-21 15:12:16 -04:00
..
lang.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
main.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
promise.rkt Various lazy-related fixes etc. 2010-05-21 15:12:16 -04:00