]> gitweb.michael.orlitzky.com - numerical-analysis.git/commitdiff
Add the Aliases module.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 15 Oct 2012 05:15:03 +0000 (01:15 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 15 Oct 2012 05:15:03 +0000 (01:15 -0400)
src/Aliases.hs [new file with mode: 0644]

diff --git a/src/Aliases.hs b/src/Aliases.hs
new file mode 100644 (file)
index 0000000..2534e35
--- /dev/null
@@ -0,0 +1,6 @@
+module Aliases
+where
+
+import Data.Number.BigFloat
+
+type R = BigFloat Prec50