We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6453a35 + 5b55c0e commit 307a5f0Copy full SHA for 307a5f0
src/Data/Patch.hs
@@ -95,7 +95,7 @@ instance Additive (Proxy x)
95
-- | Const lifts groups into a functor.
96
deriving instance Group a => Group (Const a x)
97
instance Additive a => Additive (Const a x)
98
--- | Ideitnty lifts groups pointwise (at only one point)
+-- | Identity lifts groups pointwise (at only one point)
99
deriving instance Group a => Group (Identity a)
100
instance Additive a => Additive (Identity a)
101
0 commit comments