aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/extraction.ml
Commit message (Expand)AuthorAge
...
* Fix a pervasive equality use.Gravatar Matthieu Sozeau2014-05-06
* - Rename eq to equal in Univ, document new modules, set interfaces.Gravatar Matthieu Sozeau2014-05-06
* Initial work on reintroducing old-style polymorphism for compatibility (the s...Gravatar Matthieu Sozeau2014-05-06
* This commit adds full universe polymorphism and fast projections to Coq.Gravatar Matthieu Sozeau2014-05-06
* Fixing Pervasives.equality in extraction.Gravatar Pierre-Marie Pédrot2014-03-03
* Lazyconstr -> OpaqueproofGravatar Enrico Tassi2014-02-26
* New compilation mode -vi2voGravatar Enrico Tassi2014-02-26
* More monomorphic List.mem + List.assoc + ...Gravatar letouzey2013-10-24
* Removing a bunch of generic equalities.Gravatar ppedrot2013-09-27
* Declarations.mli: reorganization of modular structuresGravatar letouzey2013-08-20
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Use the Hook module here and there.Gravatar ppedrot2013-05-12
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* Restrict (try...with...) to avoid catching critical exn (part 9)Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 6)Gravatar letouzey2013-03-13
* kernel/declarations becomes a pure mliGravatar letouzey2013-02-26
* Names: shortcuts for building {kn, constant, mind} with empty sectionsGravatar letouzey2013-02-26
* Extraction: same as commit 16203, hopefully without NotASort exnsGravatar letouzey2013-02-18
* Fix extraction of inductive types that Coq auto-detects to be in PropGravatar letouzey2013-02-14
* Modulification of LabelGravatar ppedrot2012-12-18
* Extraction of projections: restrict a hack to ocaml only (fix #2941)Gravatar letouzey2012-12-17
* Modulification of identifierGravatar ppedrot2012-12-14
* Moved Intset and Intmap to Int namespace.Gravatar ppedrot2012-12-14
* Extraction Implicit: consider the parameters of a constructor (fix #2905)Gravatar letouzey2012-10-30
* Cleaning interface of Util.Gravatar ppedrot2012-09-18
* 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
* Fix Extraction Implicit on axioms.Gravatar aspiwack2012-08-24
* Updating headers.Gravatar herbelin2012-08-08
* global_reference migrated from Libnames to new Globnames, less deps in gramma...Gravatar letouzey2012-05-29
* Noise for nothingGravatar pboutill2012-03-02
* Extraction: only do the test on generalizable lets for ocamlGravatar letouzey2011-12-10
* Extraction: avoid internal eta-reduction (fix #2570)Gravatar letouzey2011-12-08
* Extraction: try to avoid issues with an Include directly inside a .vGravatar letouzey2011-11-30
* Extraction: Richer patterns in matchs as proposed by P.N. TollitteGravatar letouzey2011-11-28
* Extraction Implicit: fix the numbering of constructor argumentsGravatar letouzey2011-09-05
* Extraction: allow extraction of records with anonymous fields (fix #2555)Gravatar letouzey2011-08-25
* Extraction: replace generic = on mutual_inductive_body by mib_equalGravatar puech2011-07-29
* Set Extraction KeepSingleton: an option for not decapsulating singleton typesGravatar letouzey2011-07-04
* Extraction: forbid Prop-polymorphism of inductives when extracting to OcamlGravatar letouzey2011-07-04
* Extraction: opaque terms are not traversed anymore by defaultGravatar letouzey2011-04-13
* Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksGravatar letouzey2011-04-03
* Extraction: customized inductives are always standardGravatar glondu2011-03-31
* Extraction: a warning when an opaque constant is enterredGravatar letouzey2011-03-07
* Extraction: avoid type-unsafe optimisation of pattern-matchings (fix #2413)Gravatar letouzey2010-12-21
* Dead code in extractionGravatar letouzey2010-09-24
* Extraction: re-introduce some eta-expansions in rare situations leading to '_...Gravatar letouzey2010-09-20
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24