We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also, could this be simplified? Could Size have a Num instance? A MonoFunctor instance should definitely be possible.
Size
Num
MonoFunctor
The text was updated successfully, but these errors were encountered:
Ok, turns out writing a Size instance is not all that hard once one has found the Size combinators in Data.Store.Internal.
Data.Store.Internal
I think these should be more prominent and possibly moved into a non-internal module, maybe something like Data.Store.Size.
Data.Store.Size
Sorry, something went wrong.
A separate non-internal module makes sense to me!
No branches or pull requests
Also, could this be simplified? Could
Size
have aNum
instance? AMonoFunctor
instance should definitely be possible.The text was updated successfully, but these errors were encountered: