]> gitweb.michael.orlitzky.com - numerical-analysis.git/blob - .ghci
12335d1134919b3cd5c4906c6457c74cb918a39b
[numerical-analysis.git] / .ghci
1 -- Set the include path.
2 :set -isrc
3
4 -- Load everything.
5 :l src/Roots/Simple.hs
6
7 -- Use a calmer prompt.
8 :set prompt "numerical-analysis> "