Skip to content

Commit

Permalink
Fixed links in Mutable module.
Browse files Browse the repository at this point in the history
Ignore-this: 4ab1ffcdab8ee3e677844e19581ac617

darcs-hash:20090922210007-5fe1c-f2c7830cdeb15ecfdc1a5c4934c90624bc2dd6ce.gz
  • Loading branch information
ab-concordium committed Sep 22, 2009
1 parent 9ce3631 commit 32da647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Data/Number/MPFR/Mutable.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@ module Data.Number.MPFR.Mutable (

-- * Basic arithmetic functions
-- | For documentation on particular functions see
-- <http://www.mpfr.org/mpfr-chttp://www.mpfr.org/mpfr-current/mpfr.html#Basic-Arithmetic-Functions>
-- <http://www.mpfr.org/mpfr-current/mpfr.html#Basic-Arithmetic-Functions>

module Data.Number.MPFR.Mutable.Arithmetic,
-- * Special functions
-- | For documentation on particular functions see
-- <http://www.mpfr.org/mpfr-chttp://www.mpfr.org/mpfr-current/mpfr.html#Special-Functions>
-- <http://www.mpfr.org/mpfr-current/mpfr.html#Special-Functions>

module Data.Number.MPFR.Mutable.Special,
-- * Miscellaneous functions
-- | For documentation on particular functions see
-- <http://www.mpfr.org/mpfr-chttp://www.mpfr.org/mpfr-current/mpfr.html#Miscellaneous functions>
-- <http://www.mpfr.org/mpfr-current/mpfr.html#Miscellaneous functions>

module Data.Number.MPFR.Mutable.Misc,
-- * Integer related functions
-- | For documentation on particular functions see
-- <http://www.mpfr.org/mpfr-chttp://www.mpfr.org/mpfr-current/mpfr.html#Integer-Related-Functions>
-- <http://www.mpfr.org/mpfr-current/mpfr.html#Integer-Related-Functions>

module Data.Number.MPFR.Mutable.Integer
) where
Expand Down

0 comments on commit 32da647

Please sign in to comment.