aboutsummaryrefslogtreecommitdiff
path: root/pretyping/vnorm.ml
AgeCommit message (Expand)Author
2014-05-06Initial work on reintroducing old-style polymorphism for compatibility (the s...Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-03-14Changing Retrokwnoledge entry type from kind_of_term to constr. It seems it hadPierre-Marie Pédrot
2013-09-27Removing a bunch of generic equalities.ppedrot
2013-08-04Removing useless casts between arrays and lists.ppedrot
2013-04-29Splitting Term into five unrelated interfaces:ppedrot
2013-03-13Restrict (try...with...) to avoid catching critical exn (part 7)letouzey
2013-03-12Term.dest* functions now raise specific DestKO exn instead of Invalid_argumentletouzey
2013-02-28More informative error when a global reference is used in a context ofherbelin
2012-12-14Modulification of identifierppedrot
2012-09-14As r15801: putting everything from Util.array_* to CArray.*.ppedrot
2012-08-08Updating headers.herbelin
2012-03-13Fixing vm_compute bug #2729 (function used to decompose constructorsherbelin
2010-07-29fixed bug #2105 (compilation of free de Bruijn) and missing lift of predicate...barras
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2008-09-30Correcting a delta normalization bug in VM (checked by benjamin)jforest
2008-05-29fixed bug #1780: a lift was missing (match predicate)barras
2008-04-01Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaientherbelin
2007-12-18Nettoyage de code en vue de la release. Plus de Warning: Unused aspiwack
2007-05-11Processor integers + Print assumption (see coqdev mailing list for the aspiwack
2007-01-19Protection contre les warnings 'unused variable' de ocaml 3.09herbelin
2006-11-29correction du bug : VM value extraction error (PR#1290)bgregoir
2006-10-28Extension du polymorphisme de sorte au cas des définitions dans Type.herbelin
2006-07-22- Ajout d'un cast vm dans la syntaxe : x <: t bgregoir