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

Add typing for ref and binding #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add typing for ref and binding #15

wants to merge 2 commits into from

Conversation

fewkz
Copy link
Owner

@fewkz fewkz commented May 1, 2023

Closes #12
Closes #13

Comment on lines +186 to +194
(<A>(b1: Binding<A>) -> BindingPairs<A>)
& (<A, B>(b1: Binding<A>, b2: Binding<B>) -> BindingPairs<A, B>)
& (<A, B, C>(b1: Binding<A>, b2: Binding<B>, b3: Binding<C>) -> BindingPairs<A, B, C>)
& (<A, B, C, D>(
b1: Binding<A>,
b2: Binding<B>,
b3: Binding<C>,
b4: Binding<D>
) -> BindingPairs<A, B, C, D>)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably explain this atrocity

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

new way to do binding shiss Add ref types
1 participant