X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.ghci;h=82c4f29164c9880f5f83ecc6de63ce3b988e1da0;hb=5b5be1dc37fee3c869f1fc4a5803a9789cfab5a2;hp=12335d1134919b3cd5c4906c6457c74cb918a39b;hpb=d87d75d07cc14f8107c852ac7c8b505000d3ae17;p=numerical-analysis.git diff --git a/.ghci b/.ghci index 12335d1..82c4f29 100644 --- a/.ghci +++ b/.ghci @@ -2,7 +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> "