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