Skip to content

Commit dac2f5b

Browse files
committed
Add newline
1 parent 20d744b commit dac2f5b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: Multiple Instances for Semigroup Int
33
---
44

55
Haskell does not allow to give more than one definition of `Semigroup Int`, even though we might want to provide both an instance for the semigroup given by multiplication and the semigroup given by addition.
6-
If we require both instances, then we should define two `newtype` wrappers for `Int`.
6+
If we require both instances, then we should define two `newtype` wrappers for `Int`.

0 commit comments

Comments
 (0)