]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - src/BigFloat.hs
Add the delete function to Vector.hs.
[numerical-analysis.git] / src / BigFloat.hs
index 0bebab9659a2fd8ee22358a39c676661e2fba827..4c57aadeb1e5f851976cc30414e0a7c6edf3fcea 100644 (file)
@@ -1,7 +1,8 @@
 {-# LANGUAGE RebindableSyntax #-}
 
 module BigFloat
-  (module Data.Number.BigFloat)
+  (module Data.Number.BigFloat,
+   R)
 where
 
 import Data.Number.BigFloat