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

Decouple type params of MkX traits from type param of settings #588

Merged
merged 1 commit into from
Apr 10, 2021

Conversation

bplommer
Copy link
Member

@bplommer bplommer commented Apr 9, 2021

This will be needed for #553, since creating (e.g.) Resource[F, KafkaProducer[G, K, V]] will require MkProducer[F] but Producersettings[G, K, V].

@bplommer bplommer marked this pull request as ready for review April 9, 2021 17:13
@bplommer bplommer requested review from vlovgr and LMnet April 9, 2021 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants