mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 14:57:30 +03:00
A Dependently Typed Functional Programming Language
contribs | ||
effects | ||
iif | ||
java | ||
js | ||
lib | ||
papers/impl-paper | ||
rts | ||
samples | ||
src | ||
support | ||
test | ||
tutorial | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG | ||
config.mk | ||
CONTRIBUTORS | ||
idris.cabal | ||
LICENSE | ||
Makefile | ||
README | ||
Setup.hs |
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.