aboutsummaryrefslogtreecommitdiff
path: root/library/declare.mli
AgeCommit message (Expand)Author
2016-01-20Update copyright headers.Maxime Dénès
2016-01-15Hooks for a third-party XML plugin. Contributed by Claudio Sacerdoti Coen.Maxime Dénès
2015-10-30Add a way to get the right fix_exn in external vernacular commandsMatthieu Sozeau
2015-10-28Avoid type checking private_constants (side_eff) again during Qed (#4357).Enrico Tassi
2015-10-27Fix bugs 4389, 4390 and 4391 due to wrong handling of universe namesMatthieu Sozeau
2015-09-23Hopefully better names to constructors of internal_flag, as discussedHugo Herbelin
2015-02-14Abstract: "Qed export ident, .., ident" to preserve v8.4 behaviorEnrico Tassi
2015-01-12Update headers.Maxime Dénès
2015-01-05kernel/ind Change interface of declare_mind and declare_mutualMatthieu Sozeau
2014-09-08Removing dead code relative to the XML plugin.Pierre-Marie Pédrot
2014-07-01Add toplevel commands to declare global universes and constraints.Matthieu Sozeau
2014-05-06Rework handling of universes on top of the STM, allowing for delayedMatthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-03-05Remove many superfluous 'open' indicated by ocamlc -w +33Pierre Letouzey
2013-08-30ind_tables: properly handling side effectsgareuselesinge
2013-05-12Use the Hook module here and there.ppedrot
2013-05-09Use definition_entry to declare local definitionsgareuselesinge
2013-04-29Merging Context and Sign.ppedrot
2013-03-11Added a Local Definition vernacular command. This type of definitionppedrot
2013-02-19Dir_path --> DirPathletouzey
2012-12-14Modulification of dir_pathppedrot
2012-12-14Modulification of identifierppedrot
2012-10-26Change Hint Resolve, Immediate to take a global reference as argumentmsozeau
2012-08-08Updating headers.herbelin
2011-10-08Rely on kernel to know if a name is already used so as to be consistent with it.herbelin
2010-09-02* removed declare_constant and declare_internal_constant vsiles
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-29change the flag "internal" in declare/ind_tables from bool tovsiles
2010-06-22New script dev/tools/change-header to automatically update Coq files headers.herbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-29Move from ocamlweb to ocamdoc to generate mli documentationpboutill
2009-11-08Restructuration of command.ml + generic infrastructure for inductive schemesherbelin
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-14Backtrack on the forced discharge of type class variables introducedmsozeau
2009-08-06- Cleaning phase of the interfaces of libnames.ml and nametab.mlherbelin
2009-05-27Fix implicit args code so that declarations are added for allmsozeau
2009-01-17DISCLAIMERpuech
2008-04-23Prise en compte des coercions dans les clauses "with" même si le typeherbelin
2008-04-02Add the ability to specify the implicit status of section variables andmsozeau
2006-01-28Réorganisation de la structure interne des types de déclarations (decl_kinds)herbelin
2005-12-02Changement des named_contextgregoire
2005-02-18Moving centralised discharge into dispatched discharge_function; required to ...herbelin
2004-11-16IMPORTANT COMMIT: constant is now an ADT (it used to be equal to kernel_name).sacerdot
2004-07-16Nouvelle en-têteherbelin
2004-03-31Export de l'information si un inductive est un record ou non (pour xml)herbelin
2004-03-30Distinction entre declarations internes (p.ex. _subproof) et declarations uti...herbelin
2004-03-26Memorisation du type de variable (Hyp or Var)herbelin
2003-09-12Déplacement de Declare juste à la fin de interp pour pouvoir accéder à in...herbelin
2002-12-16Petit netoyage des open's et commentairescoq
2002-11-14Réforme de l'interprétation des termes :herbelin