Skip to content
New issue

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

Use const generics instead of typenum. #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jneem
Copy link

@jneem jneem commented May 1, 2022

This has the (desired) side effect of making containers covariant over
their input type, so we also add some assertions to ensure that this
doesn't regress.

Fixes #196.

This has the (desired) side effect of making containers covariant over
their input type, so we also add some assertions to ensure that this
doesn't regress.

Fixes bodil#196.
@jneem
Copy link
Author

jneem commented May 1, 2022

It's great to see activity here again! I've been maintaining a fork because of certain fixes I needed, but if that's ok with you I'll work on gradually merging those fixes back in here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

im::HashMap is not covariant over the Key type.
1 participant