public
Description: Run programs in the Emacs buffer holding their source, seeing their output inline, interactively.
Homepage: http://wry.me/project/halp
Clone URL: git://github.com/darius/halp.git
halp / sample.lhs
100644 10 lines (5 sloc) 0.153 kb
1
2
3
4
5
6
7
8
9
10
Hello, this is a sample.
 
> fact n = product [1..n]
 
When you hit M-i you should see '-- | 120' appear below the following line:
 
--- fact (2 + 3)
 
OK.