Skip to content

Commit e0d4e8a

Browse files
committed
Add space between instances
1 parent 9cb3030 commit e0d4e8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Data/Patch.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ instance Group (Proxy x) where
8585

8686
-- | Const lifts groups into a functor.
8787
deriving instance Group a => Group (Const a x)
88+
8889
-- | Identity lifts groups pointwise (at only one point)
8990
deriving instance Group a => Group (Identity a)
9091

src/Data/Semigroup/Additive.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ instance Additive (Proxy x)
4444

4545
-- | Const lifts additive semigroups into a functor.
4646
instance Additive a => Additive (Const a x)
47+
4748
-- | Identity lifts additive semigroups pointwise (at only one point)
4849
instance Additive a => Additive (Identity a)
4950

0 commit comments

Comments
 (0)