Skip to content

Commit 4d6e953

Browse files
committed
Apply suggestions from code review
1 parent 71a76f7 commit 4d6e953

File tree

1 file changed

+2
-2
lines changed
  • message-index/messages/GHC-59692/multipleInstances

1 file changed

+2
-2
lines changed

message-index/messages/GHC-59692/multipleInstances/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: Multiple Instances for Semigroup Int
33
---
44

5-
Different definitiones for `Semigroup Int` are possible.
6-
If we more than one, we ought to wrap `Int` in a `newtype`.
5+
It is not possible to give two definitions for `Semigroup Int`, one for the semigroup given by addition and one for the semigroup given by multiplication.
6+
If we require both instances, then we should define two `newtype` wrappers for `Int`.

0 commit comments

Comments
 (0)