diff options
author | Adam Gundry <adam@well-typed.com> | 2015-10-16 13:58:52 +0100 |
---|---|---|
committer | Adam Gundry <adam@well-typed.com> | 2015-10-16 13:58:52 +0100 |
commit | 5a1b4f814f74ec1c48152d97523744518e212777 (patch) | |
tree | 7c2207ecacbd37f12c78dbcf9d4334827164e0fb /docs/users_guide/index.rst | |
parent | 6757950cdd8bb0af0355539987ee78401a6a8f6b (diff) | |
parent | 808bbdf08058785ae5bc59b5b4f2b04951d4cbbf (diff) | |
download | haskell-wip/orf-reboot.tar.gz |
Merge remote-tracking branch 'origin/master' into wip/orf-rebootwip/orf-reboot
Conflicts:
compiler/rename/RnNames.hs
compiler/typecheck/TcRnMonad.hs
utils/haddock
Diffstat (limited to 'docs/users_guide/index.rst')
-rw-r--r-- | docs/users_guide/index.rst | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/users_guide/index.rst b/docs/users_guide/index.rst new file mode 100644 index 0000000000..1b618d4179 --- /dev/null +++ b/docs/users_guide/index.rst @@ -0,0 +1,36 @@ +.. GHC Users Guide documentation master file, created by + + +Welcome to the GHC Users Guide +============================== + +Contents: + +.. toctree:: + :maxdepth: 2 + :numbered: + + license + intro + 7.12.1-notes + ghci + runghc + usage + profiling + sooner + lang + ffi-chap + extending_ghc + gone_wrong + utils + win32-dlls + bugs + editing-guide + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search` + |