• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

base/lang/H06-Nov-2021-43

compiled/H03-May-2022-168

doc/H06-Nov-2021-

lang/H06-Nov-2021-53

tests/H06-Nov-2021-567525

LICENSEH A D08-Oct-2021461 119

README.mdH A D08-Oct-2021779 2517

base.rktH A D08-Oct-202135 KiB871778

force.rktH A D08-Oct-20214 KiB9386

info.rktH A D06-Nov-2021613 21

lazy-tool.rktH A D08-Oct-20212.9 KiB7969

lazy.rktH A D08-Oct-2021142 75

lazy.scrblH A D08-Oct-20215.4 KiB188136

list.rktH A D08-Oct-20217.5 KiB250217

main.rktH A D08-Oct-202163 32

README.md

1# lazy
2
3This the source for the Racket package: "lazy".
4
5### Contributing
6
7Contribute to Racket by submitting a [pull request], reporting an
8[issue], joining the [development mailing list], or visiting the
9IRC or Slack channels.
10
11### License
12
13Racket, including these packages, is free software, see [LICENSE]
14for more details.
15
16By making a contribution, you are agreeing that your contribution
17is licensed under the [Apache 2.0] license and the [MIT] license.
18
19[MIT]: https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
20[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0.txt
21[pull request]: https://github.com/racket/lazy/pulls
22[issue]: https://github.com/racket/lazy/issues
23[development mailing list]: https://lists.racket-lang.org
24[LICENSE]: LICENSE
25