Skip to content

Typeclasses to Unify Collection Types #33

@BebeSparkelSparkel

Description

@BebeSparkelSparkel

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions