aboutsummaryrefslogtreecommitdiff
path: root/proofs/refiner.ml
AgeCommit message (Expand)Author
2012-12-14Modulification of identifierppedrot
2012-11-25Monomorphization (proof)ppedrot
2012-11-08Monomorphized a lot of equalities over OCaml integers, thanks toppedrot
2012-10-06remove Refiner.abstract_tactic and similarletouzey
2012-10-06Clean-up : removal of Proof_type.tactic_exprletouzey
2012-10-06Proof_type: rule now degenerates to prim_ruleletouzey
2012-10-06Clean-up : no more Proof_type.proof_treeletouzey
2012-10-06Clean-up of proof_type.ml : no more Nested nor abstract_tactic_boxletouzey
2012-10-02Remove some more "open" and dead code thanks to OCaml4 warningsletouzey
2012-10-02Use the library function List.substract in prev commitletouzey
2012-10-01Added a new tactical infoH tac, that displays the names of hypothesis created...courtieu
2012-09-14Moving Utils.list_* to a proper CList module, which includes stdlibppedrot
2012-09-14This patch removes unused "open" (automatically generated fromregisgia
2012-08-08Updating headers.herbelin
2012-06-22Added an indirection with respect to Loc in Compat. As many [open Compat]ppedrot
2012-05-30Getting rid of Pp.msgppedrot
2012-03-30info_trivial, info_auto, info_eauto, and debug (trivial|auto)letouzey
2012-03-02Noise for nothingpboutill
2011-03-18A tatical "timeout <n> <tac>" that fails if <tac> hasn't finished in <n> secondsletouzey
2010-09-24Some dead code removal, thanks to Oug analyzerletouzey
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-07Fix commentglondu
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-05-13Improved the efficiency of evars traverals thanks to a split ofherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2009-12-22Attached evar source to the evar_info and add location to tclWITHHOLES errorsherbelin
2009-12-21In "progress", extending the set of evars w/o solving an existing one isherbelin
2009-11-11Promote evar_defs to evar_map (in Evd)glondu
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-06-11Use a lazy value for the message in FailError, so that it won't bemsozeau
2009-05-20- Fixing declarative mode in presence of high use of Change_evars nodesherbelin
2009-03-14Cleaning/uniformizing the interface of tacticals.mliherbelin
2009-02-06pushed evar reduction in kernelbarras
2009-01-23Really compare evar maps in progress, due to merging in apply and othermsozeau
2008-08-04Évolutions diverses et variées.herbelin
2008-07-18- Rebranchement backtrack du langage déclaratif dans Coqideherbelin
2008-05-29fixed catch_failerror + improved progress check + fixed repeat (repeat simpl ...barras
2008-05-01Move exception-handling code for catching tactics failure msozeau
2008-02-22Merge with lmamane's private branch:lmamane
2007-12-07Adding the tactic "instantiate" (without argument), to force theglondu
2007-04-02Extension to the general sequence operator (tactical). Now in addition to ...emakarov
2007-01-22Correction du bug #1315:notin
2006-10-23bug #1194: normalisation evars a la sortie de focusbarras
2006-10-16affichage des ... dans les scriptsbarras
2006-10-05revision de la semantique de rewrite ... in <clause>. details dans la docletouzey
2006-09-26mise a jour du nouveau ring et ajout du nouveau field, avant renommagesbarras
2006-09-20Declarative Proof Language: main commitcorbinea
2006-04-28Standardisation du nom des méthodes de Evdherbelin
2006-04-14replacing whd_betaiotaevar_preserving_vm_cast jforest