Skip to content

Commit

Permalink
[ doc ] CHANGELOG + user-manual
Browse files Browse the repository at this point in the history
This closes #2749
  • Loading branch information
gallais committed Dec 6, 2017
1 parent 058986f commit c72cd02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ Pragmas and options
Attempting to bind `NIL` or `CONS` results in a warning and has otherwise no
effect.

* The `--no-unicode` pragma prevents Agda from introducing unicode characters
when pretty printing a term. Lambda, Arrows and Forall quantifiers are all
replaced by their ascii only version. Instead of resorting to subscript
suffixes, Agda uses ascii digit characters.


Emacs mode
----------

Expand Down
2 changes: 2 additions & 0 deletions doc/user-manual/tools/command-line-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ Printing and debugging

:samp:`--show-irrelevant` Show irrelevant arguments when printing

:samp:`--no-unicode` Don't use unicode characters to print terms

:samp:`--verbose={N}` :samp:`-v={N}` Set verbosity level to :samp:`{N}`
================================================== ================= ===========================================

Expand Down

0 comments on commit c72cd02

Please sign in to comment.