mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-13 07:26:59 +03:00
20 lines
727 B
Plaintext
20 lines
727 B
Plaintext
Tests are categorised as follows:
|
|
|
|
basic: Basic language features, some complete programs
|
|
bignum: Bignums and GMP
|
|
dsl: Embedded DSLs and features to support DSL development
|
|
effects: Effects package
|
|
error: Error messages and error reflection
|
|
ffi: FFI calls, including type providers
|
|
idrisdoc: Documentation tool functionality
|
|
interactive: Interactive editing, proof search
|
|
io: IO monad
|
|
literate: .lidr files; literate programming
|
|
primitives: Primitive types
|
|
proof: Theorem proving, tactics
|
|
sugar: Syntactic sugar, syntax extensions
|
|
totality: Totality checking
|
|
tutorial: Examples from the tutorial
|
|
|
|
reg: Regression tests, covering previous bug fixes
|