Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 980 Bytes

index.rst

File metadata and controls

41 lines (34 loc) · 980 Bytes

Language Reference

This is the reference guide for the Idris Language. It documents the language specification and internals. This will tell you how Idris works, for using it you should read the Idris Tutorial.

Note

The documentation for Idris has been published under the Creative Commons CC0 License. As such to the extent possible under law, The Idris Community has waived all copyright and related or neighboring rights to Documentation for Idris.

More information concerning the CC0 can be found online at: https://creativecommons.org/publicdomain/zero/1.0/

.. toctree::
   :maxdepth: 1

   codegen
   documenting
   packages
   uniqueness-types
   ffi
   syntax-guide
   syntax-reference
   erasure
   ide-protocol
   semantic-highlighting
   tactics
   repl
   compilation
   internals
   language-features
   language-extensions
   type-directed-search
   partial-evaluation
   misc