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.
1 parent 0019cce commit 5b55c0eCopy full SHA for 5b55c0e
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