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 "uncurried" client #37

Open
3noch opened this issue Aug 8, 2017 · 4 comments
Open

Add "uncurried" client #37

3noch opened this issue Aug 8, 2017 · 4 comments

Comments

@3noch
Copy link
Collaborator

3noch commented Aug 8, 2017

In addition to deriving client functions that look like this

clientApi :: Dynamic t (Either Text Arg1) -> Dynamic t (Either Text Arg2) -> Event t () -> Event t (ReqResult Result)

we could derive clients that look like this

clientApi :: Event t (Arg1, Arg2) -> Event t (ReqResult Result)
@3noch
Copy link
Collaborator Author

3noch commented Aug 8, 2017

We may need to use some sort of inductive tuple type instead of native tuples.

@NorfairKing
Copy link

+1

1 similar comment
@waern
Copy link

waern commented Sep 15, 2017

+1

@roberth
Copy link

roberth commented Mar 23, 2018

My rewrite may be an option. (Sorry for spamming the issue tracker)

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

No branches or pull requests

4 participants