aboutsummaryrefslogtreecommitdiff
path: root/tactics/eauto.ml4
AgeCommit message (Expand)Author
2013-04-15More functional implementation of locality_flag and program_modegareuselesinge
2013-03-13Restrict (try...with...) to avoid catching critical exn (part 13)letouzey
2012-12-18Modulification of Labelppedrot
2012-12-14Modulification of identifierppedrot
2012-11-25Monomorphization (tactics)ppedrot
2012-10-02Remove some more "open" and dead code thanks to OCaml4 warningsletouzey
2012-09-14As r15801: putting everything from Util.array_* to CArray.*.ppedrot
2012-09-14Moving Utils.list_* to a proper CList module, which includes stdlibppedrot
2012-08-08Updating headers.herbelin
2012-06-01More cleaningppedrot
2012-05-29place all files specific to camlp4 syntax extensions in grammar/letouzey
2012-05-29Pattern as a mli-only file, operations in Patternopsletouzey
2012-05-29Glob_term now mli-only, operations now in Glob_opsletouzey
2012-05-29locus.mli for occurrences+clauses, misctypes.mli for various little thingsletouzey
2012-05-29Vernacexpr is now a mli-only file, locality stuff now in locality.mlletouzey
2012-04-12Remove print call that do not use the pp mechanismpboutill
2012-03-30info_trivial, info_auto, info_eauto, and debug (trivial|auto)letouzey
2012-03-02Noise for nothingpboutill
2011-11-17Merge subinstances branch by me and Tom Prince.msozeau
2011-09-23auto with nocore : disable the use of the core database (wish #2188)letouzey
2011-06-10Moved allow_K to a unification flagherbelin
2011-03-11- Better error messages taking unif. constraints into account.msozeau
2011-03-04- Allow to set a particular transparent_state for the local hintmsozeau
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-10-31An experimental support for open constrs in hints and in "using"herbelin
2010-09-24Some dead code removal, thanks to Oug analyzerletouzey
2010-07-27Minor fixes:msozeau
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-12Fixing spelling: pr_coma -> pr_commaherbelin
2010-06-03Avoid computing tactic printing tree (std_ppcmds) when printing not needed inherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-04-17Use nice "unfold" instead of ugly "change" to display calls to unfold hintsherbelin
2010-03-05Fix [autounfold] to accept general [in] clauses.msozeau
2009-11-06Misc fixes.msozeau
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-07-14Simplify eauto and fix it for compatibility, allowing full delta duringmsozeau
2009-07-09Use the proper unification flags in e_exact. This makes exact fail a bitmsozeau
2009-04-08Some dead code removal + cleanupsletouzey
2008-12-28- Another bug in get_sort_family_of (sort-polymorphism of constants andherbelin
2008-12-26- Optimized "auto decomp" which had a (presumably) exponential inherbelin
2008-12-16Finish fix for the treatment of [inverse] in [setoid_rewrite], making amsozeau
2008-12-14Fix looping class resolution bug discovered by B. Aydemir and use themsozeau
2008-09-07Add the ability to declare [Hint Extern]'s with no pattern.msozeau
2008-07-17Uniformisation du format des messages d'erreur (commencent par uneherbelin
2008-06-27Enhanced discrimination nets implementation, which can now work withmsozeau
2008-06-10- Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs)herbelin
2008-05-01Move exception-handling code for catching tactics failure msozeau
2008-04-29Fix eauto still using delta when it shouldn't (should make CoRN compilemsozeau