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/?a=commitdiff_plain;h=543f4b69131092c25cc3c268d40b887990ac4878;hp=b55c792bd9e2d439c5f1aebae160c92941a87e4e;p=numerical-analysis.git 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