Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtlePU committed Apr 9, 2024
1 parent fbff61d commit 730390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZkFold/Base/Algebra/Basic/Class.hs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class (AdditiveMonoid a, Scale Integer a) => AdditiveGroup a where
-- | Inverse in an abelian group. The following should hold:
--
-- [Negative] @x + negate x == zero@
-- [Agreement] @invert x == zero - x@
-- [Agreement] @negate x == zero - x@
negate :: a -> a
negate x = zero - x

Expand Down

0 comments on commit 730390e

Please sign in to comment.