index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
printing
/
printer.ml
Age
Commit message (
Expand
)
Author
2012-09-14
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot
2012-09-14
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-14
This patch removes unused "open" (automatically generated from
regisgia
2012-08-08
Updating headers.
herbelin
2012-07-21
Slight modification to the printing of goals when in emacs mode.
courtieu
2012-07-20
Fixing test-suite
pboutill
2012-07-11
A friendlier printing of remaining goals when no goal is focused.
aspiwack
2012-07-10
Fixing Print Assumption display
ppedrot
2012-07-10
Small change in the printing of proofs for use by coqide.
aspiwack
2012-07-10
Another correction to the dependent existential variable printing
aspiwack
2012-07-04
Change how the number of open goals is printed.
aspiwack
2012-07-04
When focused on an empty list of goal (after finishing a subproof introduced
aspiwack
2012-06-12
Fixing test-suite after last storm in Pp.
pboutill
2012-06-04
Replacing some str with strbrk
ppedrot
2012-05-30
More uniformisation in Pp.warn functions.
ppedrot
2012-05-29
place all pretty-printing files in new dir printing/
letouzey