aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/printer.ml
Commit message (Expand)AuthorAge
* Adds a tactic give_up.Gravatar aspiwack2013-11-02
* Adds a shelve tactic.Gravatar aspiwack2013-11-02
* Abstracting evar filter away. The API is not perfect, but better than nothing.Gravatar ppedrot2013-10-27
* Moving side effects into evar_map. There was no reason to keep anotherGravatar ppedrot2013-10-05
* Get rid of the uses of deprecated OCaml elements (still remaining compatible ...Gravatar xclerc2013-09-19
* At least made the evar type opaque! There are still 5 remaining unsafeGravatar ppedrot2013-09-18
* Partly replacing list-based access functions in Evd. This is stillGravatar ppedrot2013-09-03
* Some cleanup in AutoGravatar ppedrot2013-09-03
* Nicer code concerning dirpaths and modpath around LibGravatar letouzey2013-08-22
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Removing useless uses of Gmap.Gravatar ppedrot2013-05-14
* Merging Context and Sign.Gravatar ppedrot2013-04-29
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* Improving error message in explain_cannot_find_well_typed_abstraction:Gravatar herbelin2013-04-17
* Minor code cleaning in CArray / CList.Gravatar ppedrot2013-03-23
* Robust display of NotConvertibleTypeField errors (fix #3008, #2995)Gravatar letouzey2013-03-21
* Restrict (try...with...) to avoid catching critical exn (part 13)Gravatar letouzey2013-03-13
* 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