]> gitweb.michael.orlitzky.com - numerical-analysis.git/commitdiff
Import Aliases and TwoTuple in the .ghci file.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 15 Oct 2012 05:15:19 +0000 (01:15 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 15 Oct 2012 05:15:19 +0000 (01:15 -0400)
.ghci

diff --git a/.ghci b/.ghci
index e5788ad490b393ff84510a64209adbc4d657f9f2..82c4f29164c9880f5f83ecc6de63ce3b988e1da0 100644 (file)
--- a/.ghci
+++ b/.ghci
@@ -2,10 +2,13 @@
 :set -isrc
 
 -- Load everything.
-:l src/Roots/Simple.hs
+:l src/Roots/Simple.hs src/Aliases.hs src/TwoTuple.hs
 
 -- Just for convenience.
 import Data.Number.BigFloat
 
+import Aliases
+import TwoTuple
+
 -- Use a calmer prompt.
 :set prompt "numerical-analysis> "