X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FBigFloat.hs;h=4c57aadeb1e5f851976cc30414e0a7c6edf3fcea;hb=d05e7a5cec0e76a6ebb4cbc49651211c5a7cf18e;hp=0bebab9659a2fd8ee22358a39c676661e2fba827;hpb=59c49750fd2455574fe4e67ddd7e67a20321c8a8;p=numerical-analysis.git diff --git a/src/BigFloat.hs b/src/BigFloat.hs index 0bebab9..4c57aad 100644 --- a/src/BigFloat.hs +++ b/src/BigFloat.hs @@ -1,7 +1,8 @@ {-# LANGUAGE RebindableSyntax #-} module BigFloat - (module Data.Number.BigFloat) + (module Data.Number.BigFloat, + R) where import Data.Number.BigFloat