Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 905 Bytes

index.rst

File metadata and controls

37 lines (30 loc) · 905 Bytes

The Idris Tutorial

This is the Idris Tutorial. It provides a brief introduction to programming in the Idris Language. It covers the core language features, and assumes some familiarity with an existing functional programming language such as Haskell or OCaml.

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: http://creativecommons.org/publicdomain/zero/1.0/

.. toctree::
   :maxdepth: 1

   introduction
   starting
   typesfuns
   interfaces
   modules
   packages
   interp
   views
   theorems
   provisional
   interactive
   syntax
   miscellany
   conclusions