Compile and run Idris2 programs with dependent type checking
Pure functional programming language with dependent types
idris2
$ idris2
$ idris2 program.idr -o program
$ idris2 --check program.idr