From: Michael Orlitzky Date: Mon, 24 Sep 2012 21:23:41 +0000 (-0400) Subject: Add a .ghci file. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=numerical-analysis.git;a=commitdiff_plain;h=543f4b69131092c25cc3c268d40b887990ac4878 Add a .ghci file. --- diff --git a/src/.ghci b/src/.ghci new file mode 100644 index 0000000..dfec625 --- /dev/null +++ b/src/.ghci @@ -0,0 +1,2 @@ +:l Roots/Simple.hs +-- :m +Roots.Fast