-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
I've been working with multiple collection types like List, Sequence, Dequeue, Vector, and NonEmpty. It has been a frustrating process to switch between the different collection types, so I have been building typeclasses to unify the functions that they share in common. This way I can write functions that specify constraints of the type instead of specifying the actual collection type.
I would like to present what I have implemented and receive feedback on how to improve my implementation.
30min