File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ instance Group (Proxy x) where
85
85
86
86
-- | Const lifts groups into a functor.
87
87
deriving instance Group a => Group (Const a x )
88
- -- | Ideitnty lifts groups pointwise (at only one point)
88
+ -- | Identity lifts groups pointwise (at only one point)
89
89
deriving instance Group a => Group (Identity a )
90
90
91
91
-- | Functions lift groups pointwise.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ instance Additive (Proxy x)
44
44
45
45
-- | Const lifts additive semigroups into a functor.
46
46
instance Additive a => Additive (Const a x )
47
- -- | Ideitnty lifts additive semigroups pointwise (at only one point)
47
+ -- | Identity lifts additive semigroups pointwise (at only one point)
48
48
instance Additive a => Additive (Identity a )
49
49
50
50
-- | Functions lift additive semigroups pointwise.
You can’t perform that action at this time.
0 commit comments