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

Show instances? #181

Open
vreuter opened this issue May 18, 2021 · 1 comment
Open

Show instances? #181

vreuter opened this issue May 18, 2021 · 1 comment

Comments

@vreuter
Copy link
Contributor

vreuter commented May 18, 2021

Is your feature request related to a problem? Please describe.
For tinkering around with some of the types defined here, it could be useful to have a basic Show instance. In particular, Arg given its simplicity, and DockerTaskConfig, given that it aggregates Text and Arg values, seem not too tricky to define instances for.

Describe the solution you'd like
Data.Text already has Show, so we could use that directly or perhaps wrap up, something like Arg ( ++ show a ++ ), then map that or something simple for args field of DockerTaskConfig since args :: [Arg]

Describe alternatives you've considered
N/A

Additional context
N/A

@vreuter vreuter changed the title Show intances? Show instances? May 18, 2021
@dorranh dorranh transferred this issue from tweag/funflow2 Jul 21, 2021
@jeicher
Copy link
Contributor

jeicher commented Aug 16, 2022

I feel like this could be low-hanging fruit for me as a first issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants