Open eliaslfox opened 2 years ago
Examples
commutative
a == a <> mempty == mempty <> a
Into
Also add PartialEq and PartialOrd
PartialEq
PartialOrd
Examples
commutative
a == a <> mempty == mempty <> a
Into