index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
printing
/
printer.ml
Commit message (
Expand
)
Author
Age
*
Initial work on reintroducing old-style polymorphism for compatibility (the s...
Matthieu Sozeau
2014-05-06
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Better representation of evar filters: we represent the vacuous filters of
Pierre-Marie Pédrot
2014-04-23
*
Removing dead code, thanks to new OCaml warnings and a bit of scripting.
Pierre-Marie Pédrot
2014-04-23
*
Removing the Change_evar refiner rule.
Pierre-Marie Pédrot
2014-03-31
*
Remove some dead-code (thanks to ocaml warnings)
Pierre Letouzey
2014-03-05
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Grammar.cma with less deps (Glob_ops and Nameops) after moving minor code
Pierre Letouzey
2014-03-02
*
Follow-up of bugfix for #3204: local definitions were not handled properly.
Pierre-Marie Pédrot
2014-01-17
*
Fixing bugs #1039: Hypotheses don't respect Barendregt convention
Pierre-Marie Pédrot
2014-01-16
*
Adds a tactic give_up.
aspiwack
2013-11-02
*
Adds a shelve tactic.
aspiwack
2013-11-02
*
Abstracting evar filter away. The API is not perfect, but better than nothing.
ppedrot
2013-10-27
*
Moving side effects into evar_map. There was no reason to keep another
ppedrot
2013-10-05
*
Get rid of the uses of deprecated OCaml elements (still remaining compatible ...
xclerc
2013-09-19
*
At least made the evar type opaque! There are still 5 remaining unsafe
ppedrot
2013-09-18
*
Partly replacing list-based access functions in Evd. This is still
ppedrot
2013-09-03
*
Some cleanup in Auto
ppedrot
2013-09-03
*
Nicer code concerning dirpaths and modpath around Lib
letouzey
2013-08-22
*
State Transaction Machine
gareuselesinge
2013-08-08
*
Removing useless uses of Gmap.
ppedrot
2013-05-14
*
Merging Context and Sign.
ppedrot
2013-04-29
*
Splitting Term into five unrelated interfaces:
ppedrot
2013-04-29
*
Improving error message in explain_cannot_find_well_typed_abstraction:
herbelin
2013-04-17
*
Minor code cleaning in CArray / CList.
ppedrot
2013-03-23
*
Robust display of NotConvertibleTypeField errors (fix #3008, #2995)
letouzey
2013-03-21
*
Restrict (try...with...) to avoid catching critical exn (part 13)
letouzey
2013-03-13
*
More monomorphization.
ppedrot
2013-03-05
*
use List.rev_map whenever possible
letouzey
2013-02-18
*
Added propagation of evars unification failure reasons for better
herbelin
2013-02-17
*
No reason a priori for using unfiltered env for printing
herbelin
2013-01-29
*
Renaming evar_env/evar_unfiltered_env into evar_filtered_env/evar_env
herbelin
2013-01-29
*
Modulification of Label
ppedrot
2012-12-18
*
Modulification of identifier
ppedrot
2012-12-14
*
Moved Intset and Intmap to Int namespace.
ppedrot
2012-12-14
*
Print univ constraints generated by a constant or inductive (when flag is set)
barras
2012-11-21
*
Cleaning and small optimization in CList.
ppedrot
2012-11-20
*
Fixed #2926:
ppedrot
2012-10-29
*
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-02
*
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-09-14
*
Updating headers.
herbelin
2012-08-08
*
Slight modification to the printing of goals when in emacs mode.
courtieu
2012-07-21
*
Fixing test-suite
pboutill
2012-07-20
*
A friendlier printing of remaining goals when no goal is focused.
aspiwack
2012-07-11
*
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-10
*
Change how the number of open goals is printed.
aspiwack
2012-07-04
[next]