Skip to content

Commit

Permalink
Merge pull request #213 from cjlarose/patch-1
Browse files Browse the repository at this point in the history
Fix documentation for construction of MultMod m
  • Loading branch information
Bodigrim committed Dec 27, 2020
2 parents 5fffee9 + 63cf409 commit 3bef11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Math/NumberTheory/Moduli/Multiplicative.hs
Expand Up @@ -35,7 +35,7 @@ import Math.NumberTheory.Moduli.Singleton
import Math.NumberTheory.Primes

-- | This type represents elements of the multiplicative group mod m, i.e.
-- those elements which are coprime to m. Use @toMultElement@ to construct.
-- those elements which are coprime to m. Use @isMultElement@ to construct.
newtype MultMod m = MultMod {
multElement :: Mod m -- ^ Unwrap a residue.
} deriving (Eq, Ord, Show)
Expand Down

0 comments on commit 3bef11c

Please sign in to comment.