Add boolean operators to the wishlist.

This commit is contained in:
Jeremy Wall 2018-03-15 19:09:16 -05:00
parent 0a8f3d703d
commit 41405b511b

View File

@ -1,5 +1,11 @@
# Major Planned Features # Major Planned Features
## Boolean operations
* equality (for everything)
* contains (for lists or strings)
* less than or greater than (for numeric types)
## List processing ## List processing
* Map over lists * Map over lists