index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
printing
Age
Commit message (
Expand
)
Author
2012-10-06
still some more dead code removal
letouzey
2012-10-06
remove useless hidden_flag in TacMutual(Co)Fix
letouzey
2012-10-06
Clean-up : removal of Proof_type.tactic_expr
letouzey
2012-10-06
Clean-up : no more Proof_type.proof_tree
letouzey
2012-10-06
Clean-up of proof_type.ml : no more Nested nor abstract_tactic_box
letouzey
2012-10-04
Adding a nominal typing layer to Metasyntax in order to clarify
ppedrot
2012-10-04
Moved Compat to parsing. This permits to break the dependency of the
ppedrot
2012-10-02
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-01
Added a new tactical infoH tac, that displays the names of hypothesis created...
courtieu
2012-09-20
Fixing Show Script issues.
ppedrot
2012-09-14
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot
2012-09-14
Partial revert of Yann commit in order to use CLib.List when opening
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-09-14
The new ocaml compiler (4.00) has a lot of very cool warnings,
regisgia
2012-08-24
correct some ends of .mllib files (avoid a broken tolink.ml)
letouzey
2012-08-11
Added support for option Local (at module level) in Tactic Notation.
herbelin
2012-08-08
Updating headers.
herbelin
2012-08-07
Avoid Pp.std_ppcmds in Misctypes.sort_info
letouzey
2012-07-30
Bigint: avoid dependency over Pp
letouzey
2012-07-21
Slight modification to the printing of goals when in emacs mode.
courtieu
2012-07-20
Fixing test-suite
pboutill
2012-07-19
Getting rid of the undocumented [complete] tactic, which was
ppedrot
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-09
The tactic remember now accepts a final eqn:H option (grant wish #2489)
letouzey
2012-07-09
induction/destruct : nicer syntax for generating equations (solves #2741)
letouzey
2012-07-09
Avoid a warning about unprintable new command Print Namespace
letouzey
2012-07-05
Notation: a new annotation "compat 8.x" extending "only parsing"
letouzey
2012-07-04
Fixes a bug in Ppvernac which had braces and bullets printed with an ending
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-22
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-20
Fixing bug #2809 (anomaly when printing a module with notations due to
herbelin
2012-06-19
Fixing some inconsistencies of constr printer wrt constr parser
herbelin
2012-06-14
Internalization of pattern is done in two phases.
pboutill
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
remove many excessive open Util & Errors in mli's
letouzey
2012-05-29
place all pretty-printing files in new dir printing/
letouzey