Idris-dev/README

10 lines
425 B
Plaintext
Raw Normal View History

2011-11-07 04:15:08 +04:00
Idris (http://idris-lang.org/) is an experimental functional programming
language with dependent types.
2012-10-29 22:57:34 +04:00
To configure, edit config.mk. The default values should work for most people.
2011-11-07 04:15:08 +04:00
To install, type 'make'. This will install everything using cabal and
2013-02-25 18:16:07 +04:00
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.