aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/printer.ml
Commit message (Expand)AuthorAge
* More monomorphization.Gravatar ppedrot2013-03-05
* use List.rev_map whenever possibleGravatar letouzey2013-02-18
* Added propagation of evars unification failure reasons for betterGravatar herbelin2013-02-17
* No reason a priori for using unfiltered env for printingGravatar herbelin2013-01-29
* Renaming evar_env/evar_unfiltered_env into evar_filtered_env/evar_envGravatar herbelin2013-01-29
* Modulification of LabelGravatar ppedrot2012-12-18
* Modulification of identifierGravatar ppedrot2012-12-14
* Moved Intset and Intmap to Int namespace.Gravatar ppedrot2012-12-14
* Print univ constraints generated by a constant or inductive (when flag is set)Gravatar barras2012-11-21
* Cleaning and small optimization in CList.Gravatar ppedrot2012-11-20
* Fixed #2926:Gravatar ppedrot2012-10-29
* Remove some more "open" and dead code thanks to OCaml4 warningsGravatar letouzey2012-10-02
* As r15801: putting everything from Util.array_* to CArray.*.Gravatar ppedrot2012-09-14
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* This patch removes unused "open" (automatically generated fromGravatar regisgia2012-09-14
* Updating headers.Gravatar herbelin2012-08-08
* Slight modification to the printing of goals when in emacs mode.Gravatar courtieu2012-07-21
* Fixing test-suiteGravatar pboutill2012-07-20
* A friendlier printing of remaining goals when no goal is focused.Gravatar aspiwack2012-07-11
* Fixing Print Assumption displayGravatar ppedrot2012-07-10
* Small change in the printing of proofs for use by coqide.Gravatar aspiwack2012-07-10
* Another correction to the dependent existential variable printingGravatar aspiwack2012-07-10
* Change how the number of open goals is printed.Gravatar aspiwack2012-07-04
* When focused on an empty list of goal (after finishing a subproof introducedGravatar aspiwack2012-07-04
* Fixing test-suite after last storm in Pp.Gravatar pboutill2012-06-12
* Replacing some str with strbrkGravatar ppedrot2012-06-04
* More uniformisation in Pp.warn functions.Gravatar ppedrot2012-05-30
* place all pretty-printing files in new dir printing/Gravatar letouzey2012-05-29