aboutsummaryrefslogtreecommitdiff
path: root/pretyping/indrec.ml
AgeCommit message (Expand)Author
2014-05-06Adapt Y. Bertot's path on private inductives (now the keyword is "Private").Yves Bertot
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2013-10-24More monomorphic List.mem + List.assoc + ...letouzey
2013-09-19Get rid of the uses of deprecated OCaml elements (still remaining compatible ...xclerc
2013-05-08Uniformizing the [if_warn] flag used for warning printing and putppedrot
2013-04-29Splitting Term into five unrelated interfaces:ppedrot
2013-03-23Minor code cleaning in CArray / CList.ppedrot
2013-02-26kernel/declarations becomes a pure mliletouzey
2013-02-18use List.rev_map whenever possibleletouzey
2013-01-28Uniformization of the "anomaly" command.ppedrot
2012-12-19Array.create is deprecatedpboutill
2012-12-18Modulification of Labelppedrot
2012-12-14Modulification of identifierppedrot
2012-11-22Monomorphization (pretyping)ppedrot
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-09-14This patch removes unused "open" (automatically generated fromregisgia
2012-08-08Updating headers.herbelin
2012-06-04Replacing some str with strbrkppedrot
2012-05-29global_reference migrated from Libnames to new Globnames, less deps in gramma...letouzey
2012-03-02Noise for nothingpboutill
2011-12-17A pass on warning printings. Made systematic the use of msg_warning soherbelin
2011-10-11Various simplifications about constant_of_delta and mind_of_deltaletouzey
2010-11-08Refresh universes in params when generating schemes (Closes: #2429)glondu
2010-09-28Remove some occurrences of "open Termops"glondu
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-05-18Applicative commutative cuts in Fixpoint guard conditionpboutill
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2009-11-09A bit of cleaning around name generation + creation of dedicated file namegen.mlherbelin
2009-11-08Restructuration of command.ml + generic infrastructure for inductive schemesherbelin
2009-10-21This big commit addresses two problems:soubiran
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-08-23A new kind of automatically generated scheme "congr" for equality typesherbelin
2009-08-11Ensures that let-in's in arities of inductive types work well. Maybe notherbelin
2009-08-06- Cleaning phase of the interfaces of libnames.ml and nametab.mlherbelin
2009-02-06pushed evar reduction in kernelbarras
2008-12-28- Another bug in get_sort_family_of (sort-polymorphism of constants andherbelin
2008-11-09- Fixed bug 1968 (inversion failing due to a Not_found bug introduced inherbelin
2008-07-17Uniformisation du format des messages d'erreur (commencent par uneherbelin
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
2007-12-06Plus de combinateurs sont passés de Util à Option. Le module Options aspiwack
2007-05-17Nettoyage et standardisation des messages d'erreurs.herbelin
2007-03-15Suppression argument pattern_source du case_info (code jamais utilisé)herbelin
2006-12-12Correction du bug #1273, deuxième version (avec des shémas d'elimination pl...notin
2006-12-12Correction du bug #1273 (problème avec les paramètres non récursivement un...notin
2006-05-23Nouvelle implantation du polymorphisme de sorte pour les familles inductivesherbelin
2005-12-17Création d'un type d'erreur RecursionSchemeError distinct de InductiveError ...herbelin
2005-12-17Création d'un type d'erreur RecursionSchemeError distinct de InductiveError ...herbelin
2005-12-02Changement des named_contextgregoire
2005-11-28parametres inductifsmohring