diff --git a/TODO.md b/TODO.md index 6e90a020165aac5d2405351d8090a8f55621cd48..fbf3d1562507d1cc8c1e81ed43f500647f668cba 100644 --- a/TODO.md +++ b/TODO.md @@ -16,6 +16,9 @@ ### Short Term +* Think about a way of cleaning up at the end of every test scenario + (e.g., to close files or database connections). + * It would be useful to have two combinators that sort a list: `unsorted` (deconstructible), and `sorted` (constructible). Both would rely on `List.sort`.