Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Use const generics instead of typenum. - #198

Open
jneem wants to merge 1 commit into
bodil:masterfrom
jneem:covariance
Open

Use const generics instead of typenum.#198
jneem wants to merge 1 commit into
bodil:masterfrom
jneem:covariance

Conversation

@jneem

@jneem jneem commented May 1, 2022

Copy link
Copy Markdown

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

jneem commented May 1, 2022

Copy link
Copy Markdown
Author

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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