Commit Graph

3 Commits

Author SHA1 Message Date
David Raymond Christiansen
6c4553c31f Make --quiet imply non-verbosity
This causes Idris to not emit messages about "Type checking ...." while
in quiet mode, which improves the portability of tests to Windows (due
to the slash facing the other way there). It also makes tests a bit more
robust with regards to their source files changing names.
2015-04-01 17:48:17 +02:00
David Raymond Christiansen
5088572bd8 Fix Curses craziness in test + missing test file 2015-01-03 22:01:21 -08:00
David Raymond Christiansen
6b803b7b63 Allow documentation for modules
The syntax is the same as for other documentation, right before the
"module" declaration. For an example, see the "idrisdoc009" test. Terms
in module documentation are elaborated in a context including all of its
imports and definitions, so the documentation can provide examples and
descriptions.

The :doc command now also shows documentation for modules.
2015-01-03 19:14:20 -08:00