note on tests

This commit is contained in:
Aaron Manning 2022-01-05 17:52:53 +11:00 committed by aaron-jack-manning
parent 0fb7333add
commit d295103284

View File

@ -101,4 +101,8 @@ The following modules include functions that I still intend on adding by exposin
- Scanf
- Random
In addition to these, I plan on constructing a file IO library, from the functions in the existing standard library such as `open_in` and `close_in` for example (which are in `pervasives.ml` in the original library).
In addition to these, I plan on constructing a file IO library, from the functions in the existing standard library such as `open_in` and `close_in` for example (which are in `pervasives.ml` in the original library).
## Tests
Unit tests are also planned for all collection modules, but have not been written yet.