Open purefunctor opened 1 year ago
This is an awesome library for porting over functional-oriented algorithms :smile:
I think non-empty containers would be a good addition, as they allow certain algorithms to encode invariants at the type level that are currently runtime panics.
panic
I agree. I might get down to it soon.
This is an awesome library for porting over functional-oriented algorithms :smile:
I think non-empty containers would be a good addition, as they allow certain algorithms to encode invariants at the type level that are currently runtime
panic
s.