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

Allow abstract Fx interfaces to omit their dependencies #99

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

briancavalier
Copy link
Owner

This allows capability types to be declared without committing to a specific set of dependencies. The dependencies are derived from the concrete capabilities provided later via use. This means that use doesn't only eliminate capabilities, but may also introduce them.

See the echo-console example in this PR for a simple example.

@TylorS
Copy link

TylorS commented Apr 19, 2020

This is pretty awesome 👍

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.

2 participants