aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/evarconv.ml
Commit message (Expand)AuthorAge
* 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
* Unification in Evar_conv uses an abstract machine stateGravatar pboutill2012-08-09
* Updating headers.Gravatar herbelin2012-08-08
* Reductionops refactoringGravatar pboutill2012-07-20
* flex_maybeflex factoringGravatar pboutill2012-07-12
* miller_pfenning unification code factoringGravatar pboutill2012-07-12
* flex_kind_of_term does not have a copy of termGravatar pboutill2012-07-12
* evar reduction is already made by whd_*Gravatar pboutill2012-07-12
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* Fix bug #2791 by doing a fixpoint computation in consider_remaining_problems:Gravatar msozeau2012-06-21
* Fixing use of an error instead of a boolean result in the unificationGravatar herbelin2012-06-20
* Reductionops : Better abstract machine stack utilitiesGravatar pboutill2012-06-15
* global_reference migrated from Libnames to new Globnames, less deps in gramma...Gravatar letouzey2012-05-29
* locus.mli for occurrences+clauses, misctypes.mli for various little thingsGravatar letouzey2012-05-29
* Evar_kinds.mli containing former Evd.hole_kind, avoid deps on EvdGravatar letouzey2012-05-29
* Unification: Added a heuristic to solve problems of the formGravatar herbelin2012-03-26
* evarconv: MaybeFlex/MaybeFlex case infers more Canonical StructuresGravatar gareuselesinge2012-03-22
* Generalized the use of evar candidates in type inference unification:Gravatar herbelin2012-03-20
* Reorganizing the structure of evarutil.ml (only restructuration, noGravatar herbelin2012-03-20
* Noise for nothingGravatar pboutill2012-03-02
* Introducing a notion of evar candidates to be used when an evar isGravatar herbelin2011-12-16
* Discarding let-ins from the instances of the evars in theGravatar herbelin2011-12-04
* Refined second_order_matching so that a constraint on whichGravatar herbelin2011-11-08
* optimization: memoization for is_open_canonical_projectionGravatar gareuselesinge2011-11-08
* Improved check is_open_canonical_projectionGravatar gareuselesinge2011-11-08
* Fixing incorrect change to pattern-unification over Meta's introducedGravatar herbelin2011-11-06
* Deactivating second-order pattern-matching in evarconv for 8.4.Gravatar herbelin2011-10-26
* Fixing instance/filter mismatch in materialize_evar + documentation.Gravatar herbelin2011-10-24
* Fail if some conv pbs remain after consider_remaining_unif_problems.Gravatar herbelin2011-10-22
* Use also second-order unification if first-order fails at the time of conside...Gravatar herbelin2011-10-22
* Completing r14538 (Chung-Kil Hur's trick for fast dependently-typedGravatar herbelin2011-10-11
* More robust and uniform treatment of aliases in evarutil.mlGravatar herbelin2011-10-10
* Applied the trick of Chung-Kil Hur to solve second-order matchingGravatar herbelin2011-10-10
* Evarconv: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* Ensured that the transparency state is used when flag betaiota is on for apply.Gravatar herbelin2011-06-19
* Applying Enrico Tassi's patch for giving priority to delta over eta inGravatar herbelin2011-05-24
* As remarked by Enrico, we'd better use eq_constr than structural equalityGravatar herbelin2011-03-31
* - Add modulo_delta_types flag for unification to allow fullGravatar msozeau2011-03-13
* Tentative to make unification check types at every instanciation of anGravatar msozeau2011-03-11
* Reverted commit r13893 about propagation of more informativeGravatar herbelin2011-03-07
* Revert commit r13883: instantiating ?n by a lambda when "?n a" has toGravatar herbelin2011-03-07
* Added propagation of evars unification failure reasons for betterGravatar herbelin2011-03-07
* Added support for instantiation of ?n by a lambda when "?n a" has toGravatar herbelin2011-03-05
* Reorganized a bit evarconv.ml:Gravatar herbelin2011-03-05
* - Use transparency information all the way through unification andGravatar msozeau2011-02-17
* Added eta-expansion in kernel, type inference and tactic unification,Gravatar herbelin2010-09-20
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Made tclABSTRACT normalize evars before saying it does not supportGravatar herbelin2010-06-29