Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Haskell
C
JavaScript
Java
Shell
Vim script
Other

Cannot retrieve the latest commit at this time.
Failed to load latest commit information. | |||
![]() |
contribs |
|
|
![]() |
effects |
|
|
![]() |
iif |
|
|
![]() |
java |
|
|
![]() |
js |
|
|
![]() |
lib |
|
|
![]() |
papers/impl-paper |
|
|
![]() |
rts |
|
|
![]() |
samples | ||
![]() |
src | ||
![]() |
support | ||
![]() |
test |
|
|
![]() |
tutorial |
|
|
![]() |
.gitattributes |
|
|
![]() |
.gitignore |
|
|
![]() |
.travis.yml | ||
![]() |
CHANGELOG |
|
|
![]() |
CONTRIBUTORS |
|
|
![]() |
LICENSE |
|
|
![]() |
Makefile |
|
|
![]() |
README |
|
|
![]() |
Setup.hs |
|
|
![]() |
config.mk |
|
|
![]() |
git-credential-osxkeychain |
|
|
![]() |
idris.cabal |
|
README
Idris (http://idris-lang.org/) is an experimental functional programming language with dependent types. To configure, edit config.mk. The default values should work for most people. To install, type 'make'. This will install everything using cabal and typecheck the libraries. To run the tests, type 'make test' which will execute the test suite, and 'make relib', which will typecheck and recompile the standard library.