stack haddock
The output directory should be:
.stack-work/install/x86_64-linux-gmp4/lts-6.26/7.10.3/doc/
By vanilla vim, we mean the vim you get by
sudo apt-get install vim from the official Ubuntu 14.04 repository
without customization (except copying the default vimrc
and changing a few default indentation options).
Make sure that you cd to the directory containing this readme first.
In the snippet below, <Tab> means you press the Tab key.
vim -S Session.vim
:set path=<Tab>,**
:set ai
:mksession!
In the snippet below, <file-pattern>
is the name of the file you want to open.
:find <file-pattern>
:tabfind <file-pattern>
- The compiler must not require the output program to be linked with a runtime library like GHC RTS.
- Normal-order beta-reduce lambda calculus terms
- Parse the source code of a Haskell module using the
haskell-src-extspackage - Typecheck the abstract syntax tree
- Interpret GHC
basepackage by interpreting the GHC primitives