Skip to content

Commit

Permalink
Add newlines at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
BinderDavid committed Oct 12, 2024
1 parent 4502947 commit d626323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ instance Semigroup Sum where
newtype Product = Product { getProduct :: Int }

instance Semigroup Product where
(<>) x y = Product (getProduct x * getProduct y)
(<>) x y = Product (getProduct x * getProduct y)
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ instance Semigroup Int where
(<>) = (+)

instance Semigroup Int where
(<>) = (*)
(<>) = (*)

0 comments on commit d626323

Please sign in to comment.