aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/reductionops.ml
Commit message (Expand)AuthorAge
* Removing partial applications in Reductionops.Gravatar ppedrot2013-11-08
* Preventing useless allocations in Reductionops.instance.Gravatar ppedrot2013-11-05
* Conv_orable made functional and part of pre_envGravatar gareuselesinge2013-10-31
* Do not generate useless argument arrays in whd_* functions.Gravatar ppedrot2013-10-29
* [Reductionops.append_stack_app]: do not allocate a useless array.Gravatar ppedrot2013-10-29
* Various optimizations in Constr, such as term sharing and allocationGravatar ppedrot2013-10-22
* Get rid of the uses of deprecated OCaml elements (still remaining compatible ...Gravatar xclerc2013-09-19
* Removing association lists in Reductionops. Btw, defining the dual of theGravatar ppedrot2013-08-25
* - Fix uncaught exception NotASort from reductionops, moving decomp_sort to re...Gravatar msozeau2013-07-19
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* Fix bug #2989: make unification.ml able to deal with canonical structure in a...Gravatar pboutill2013-03-25
* Minor code cleaning in CArray / CList.Gravatar ppedrot2013-03-23
* Typo in an error messageGravatar letouzey2013-03-14
* Restrict (try...with...) to avoid catching critical exn (part 7)Gravatar letouzey2013-03-13
* More monomorphization.Gravatar ppedrot2013-03-05
* compare_stack_shape before ise_stack2 in evar_convGravatar pboutill2013-02-28
* Evarconv: When doing a iota of a fixpoint, use constant name instead of fixpo...Gravatar pboutill2013-02-25
* Dir_path --> DirPathGravatar letouzey2013-02-19
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28
* Added backtrace information to anomaliesGravatar ppedrot2013-01-28
* Reductionops: whd_state_gen can take and answers a cst_stack tooGravatar pboutill2013-01-24
* New implementation of the conversion test, using normalization by evaluation toGravatar mdenes2013-01-22
* Awful heuristic to refold mutual fixpoint in reductionopsGravatar pboutill2012-12-21
* Fixup and comment reductionopsGravatar pboutill2012-12-21
* Reductionops reduction machine can refold constantGravatar pboutill2012-12-19
* Modulification of identifierGravatar ppedrot2012-12-14
* Reductionops uses Closure.redsGravatar pboutill2012-11-28
* Monomorphization (pretyping)Gravatar ppedrot2012-11-22
* Monomorphized a lot of equalities over OCaml integers, thanks toGravatar ppedrot2012-11-08
* 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
* The new ocaml compiler (4.00) has a lot of very cool warnings,Gravatar regisgia2012-09-14
* Updating headers.Gravatar herbelin2012-08-08
* Fix eta contraction in ReductionopsGravatar pboutill2012-07-25
* Reductionops refactoringGravatar pboutill2012-07-20
* tacred uses stack_reduction_function instead of state_reduction_functionGravatar pboutill2012-07-12
* Reductionops abstract machine uses Zcase & Zfix stack node.Gravatar pboutill2012-06-15
* Reductionops : Better abstract machine stack utilitiesGravatar pboutill2012-06-15
* Noise for nothingGravatar pboutill2012-03-02
* Bug #2041: unfold at betaiotaZETA normalize like unfoldGravatar pboutill2012-01-31
* It happens that the type inference algorithm (pretyping) did not checkGravatar herbelin2011-10-05
* Propagated information from the reduction tactics to the kernel soGravatar herbelin2011-08-10
* Ensured that the transparency state is used when flag betaiota is on for apply.Gravatar herbelin2011-06-19
* - Use transparency information all the way through unification andGravatar msozeau2011-02-17
* Some dead code removal, thanks to Oug analyzerGravatar letouzey2010-09-24
* kernel conversion and reduction do not raise assert failure on ill-typed term...Gravatar barras2010-07-29
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Fixed bug #2135 (second-order unification was raising cryptic message)Gravatar herbelin2010-06-12