aboutsummaryrefslogtreecommitdiff
path: root/proofs
AgeCommit message (Expand)Author
2012-03-30Added a command "Unfocused" which returns an error when the proof isaspiwack
2012-03-30info_trivial, info_auto, info_eauto, and debug (trivial|auto)letouzey
2012-03-30Remove code of obsolete tactics : superauto, autotdb, cdhyp, dhyp, dconclletouzey
2012-03-23A unified backtrack mechanism, with a basic "Show Script" as side-effectletouzey
2012-03-23Remove old proof-managment commands Suspend/Resumeletouzey
2012-03-21Pfedit: avoid Undoing too muchletouzey
2012-03-20Fix interface of resolve_typeclasses: onlyargs -> with_goals:msozeau
2012-03-20Arranged for the desirable behaviour that bullets do not see beyond braces.aspiwack
2012-03-20Fixing alpha-conversion bug #2723 introduced in r12485-12486.herbelin
2012-03-14Revise API of understand_ltac to be parameterized by a flag for resolution of...msozeau
2012-03-14Integrated obligations/eterm and program well-founded fixpoint building to to...msozeau
2012-03-14Second step of integration of Program:msozeau
2012-03-14Remove support for "abstract typing constraints" that requires unicity of sol...msozeau
2012-03-02Noise for nothingpboutill
2012-03-01Corrects the erroneous error message when trying to unfocus a fullyaspiwack
2012-03-01Removed a superfluous function in proof.mli. Preparing for incomingaspiwack
2012-02-07Additional comment on Focus Conditions.aspiwack
2012-02-07A "Grab Existential Variables" to transform the unresolved evars at the end o...aspiwack
2012-02-07Typo in comments.aspiwack
2012-01-30Added an pattern / occurence syntax for vm_compute.ppedrot
2012-01-20Added documentation for "r foo" in Ltac debugger.herbelin
2012-01-20Breakpoints in Ltac debugger: new command "r foo" to jump to the nextherbelin
2012-01-06Forbids (as it has always been the behaviour) to have two different openaspiwack
2012-01-06Fixes bug #2654 (tactic instantiate failing to update existential variables).aspiwack
2011-12-18Granted legitimate wish #2607 (not exposing crude fixpoint body ofherbelin
2011-12-17Added a flag to control the use of typing when instantiating appliedherbelin
2011-12-16Introducing a notion of evar candidates to be used when an evar isherbelin
2011-12-12Proof using ...gareuselesinge
2011-11-24Added a DEPRECATED flag in declaration of options. For now only two options a...ppedrot
2011-11-23In emacs mode, prints a list of the dependent existential variables introducedaspiwack
2011-11-17Fixing bug #2640 and variants of it (inconsistency between when andherbelin
2011-11-14Bug 2636 - Move string_of_ppcmds to Pppboutill
2011-11-02Add type annotations around all calls to Libobject.declare_objectletouzey
2011-10-25Applying Tom Prince's patch to support parametric "constructor n" inherbelin
2011-10-11Moved to a more standard order of arguments (i.e. env followed by evar_map)herbelin
2011-10-05Fixing Implicit Tactic mode damaged by commit r14496 (see also bug #2612).herbelin
2011-09-26Moving implicit tactic support from Tacinterp to Pfedit and final evarherbelin
2011-09-12Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the...aspiwack
2011-09-05Remove code concerning the obsolete Set/Unset Undoletouzey
2011-08-30Porting Hendrik's 8.3 patch for proof tree visualization under proofherbelin
2011-08-18Remove old file (1999)msozeau
2011-08-12Fixes mini-bug: Qed would succeed even on focused proofs.aspiwack
2011-08-10Propagated information from the reduction tactics to the kernel soherbelin
2011-08-10Fixing typos in commentsherbelin
2011-08-10Graceful error message for [Proof Mode] and [Set Default Proof Mode] when req...aspiwack
2011-07-11Stores bullet stack on locally at the level of focuses rather than globally i...aspiwack
2011-07-06Fixed bullets so that they would play well with { }.aspiwack
2011-07-04Extraction: forbid Prop-polymorphism of inductives when extracting to Ocamlletouzey
2011-06-21Cleaning debugging printer relative to new proof engine. Inherbelin
2011-06-18Generalizing flag use_evars_pattern_unification into a flagherbelin