Toxaris / pts

Interpreter for functional pure type systems.
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Add .ghci file to run project #57

Closed Toxaris closed 11 years ago

Toxaris commented 11 years ago

Today, I talked with @morphling about how to develop pts in a ghci session. (The key is to use a "-isrc-lib" command line parameter when starting ghci in order to force ghci to pick up modules from source, not from an installed pts package). Maybe we can add a .ghci file to the root directory to set such options and define some useful aliases?

See http://neilmitchell.blogspot.de/2010/01/using-ghci-files-to-run-projects.html for an introduction to the technique.