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

Semigroup (Or) implementation not according to specification #23

Open
chetnashah opened this issue Oct 16, 2019 · 0 comments
Open

Semigroup (Or) implementation not according to specification #23

chetnashah opened this issue Oct 16, 2019 · 0 comments

Comments

@chetnashah
Copy link

https://github.com/andrewMacmurray/haskell-book-solutions/blob/master/src/ch15/Semigroup.hs#L188
I think the second case below is missed?

Prelude> Fst 1 <> Snd 2
Snd 2
Prelude> Fst 1 <> Fst 2
Fst 2
Prelude> Snd 1 <> Fst 2
Snd 1
Prelude> Snd 1 <> Snd 2
Snd 1
@chetnashah chetnashah changed the title implementation not according to specification Semigroup (Or) implementation not according to specification Oct 16, 2019
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

1 participant