index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
printing
/
ppvernac.ml
Age
Commit message (
Expand
)
Author
2013-04-17
Renaming SearchAbout into Search and Search into SearchHead.
herbelin
2013-04-15
More functional implementation of locality_flag and program_mode
gareuselesinge
2013-03-17
Ppvernac: no globalization for printing ltac definitions
letouzey
2013-03-14
Pptactic.pr_raw_tactic is now without env argument
letouzey
2013-03-13
Modules and ppvernac, sequel of Enrico's commit 16261
letouzey
2013-03-11
Allowing (Co)Fixpoint to be defined local and Let-style.
ppedrot
2013-03-11
Added a Local Definition vernacular command. This type of definition
ppedrot
2013-03-08
Use with_state_protection in pr_module_vardecls
gareuselesinge
2013-03-05
More monomorphization.
ppedrot
2013-02-18
Removing Exc_located and using the new exception enrichement
ppedrot
2013-02-10
Useless use of hooks in VernacDefinition. In addition, this was
ppedrot
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2012-12-18
Modulification of mod_bound_id
ppedrot
2012-12-14
Modulification of identifier
ppedrot
2012-11-13
Added a CString module.
ppedrot
2012-11-08
Monomorphized a lot of equalities over OCaml integers, thanks to
ppedrot
2012-10-31
Change [Hints Resolve] to still accept constrs as arguments
msozeau
2012-10-29
Fixed #2926:
ppedrot
2012-10-26
Change Hint Resolve, Immediate to take a global reference as argument
msozeau
2012-10-16
Split Tacinterp in 3 files : Tacsubst, Tacintern and Tacinterp
letouzey
2012-10-06
still some more dead code removal
letouzey
2012-10-04
Moved Compat to parsing. This permits to break the dependency of the
ppedrot
2012-09-14
This patch removes unused "open" (automatically generated from
regisgia
2012-08-11
Added support for option Local (at module level) in Tactic Notation.
herbelin
2012-08-08
Updating headers.
herbelin
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-06-22
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-19
Fixing some inconsistencies of constr printer wrt constr parser
herbelin
2012-05-29
place all pretty-printing files in new dir printing/
letouzey