X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.ghci;h=e5788ad490b393ff84510a64209adbc4d657f9f2;hb=3a03a2bdc233f1504764b21149a13162486fc3bf;hp=12335d1134919b3cd5c4906c6457c74cb918a39b;hpb=d87d75d07cc14f8107c852ac7c8b505000d3ae17;p=numerical-analysis.git diff --git a/.ghci b/.ghci index 12335d1..e5788ad 100644 --- a/.ghci +++ b/.ghci @@ -4,5 +4,8 @@ -- Load everything. :l src/Roots/Simple.hs +-- Just for convenience. +import Data.Number.BigFloat + -- Use a calmer prompt. :set prompt "numerical-analysis> "