tomjaguarpaw / strict-wrapper

MIT License
17 stars 0 forks source link

Add strict-container instances? #1

Open Boarders opened 2 years ago

Boarders commented 2 years ago

This package seems like a really nice idea, I was wondering if it makes sense to piggyback off of strict-containers to add the necessary strict instances for these types?

tomjaguarpaw commented 2 years ago

Interesting idea. Unfortunately the conversion from lazy container to strict container is not zero cost, and zero cost conversion is an important design goal of this library.

Boarders commented 2 years ago

Ah, that's fair.