Idris-dev/test/README
2014-04-22 23:44:15 +02:00

19 lines
698 B
Plaintext

Tests are categorised as follows:
basic: Basic language features, some complete programs
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