From 41405b511b31d5979d669b21a394b20949737aaf Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 15 Mar 2018 19:09:16 -0500 Subject: [PATCH] Add boolean operators to the wishlist. --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index 6ffd0fe..70af0a5 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,11 @@ # Major Planned Features +## Boolean operations + +* equality (for everything) +* contains (for lists or strings) +* less than or greater than (for numeric types) + ## List processing * Map over lists