Skip to content

Update Solution.hs #21

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

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Update Solution.hs #21

merged 2 commits into from
Jul 27, 2023

Conversation

PP144gh
Copy link

@PP144gh PP144gh commented Oct 28, 2022

the use of the filter function can be avoided, zipWith already has this built in, it will only zip a number of times equal to the length of the smaller list. This can only be done because of "Assume that the two lists have the beers in the same order."

PP144gh and others added 2 commits October 28, 2022 12:12
the use of the filter function can be avoided,  zipWith already has this built in, it will only zip a number of times equal to the length of the smaller list. This can only be done because of "Assume that the two lists have the beers in the same order."
@rober-m rober-m merged commit d8668e2 into input-output-hk:solutions Jul 27, 2023
@rober-m
Copy link
Member

rober-m commented Jul 27, 2023

Thank you, @PP144gh! 🙌

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