aboutsummaryrefslogtreecommitdiff
path: root/interp/topconstr.ml
AgeCommit message (Expand)Author
2011-12-16Fixing amazing loop when using eta-expansion in pattern-matching forherbelin
2011-10-28Remove dynamic stuff from constr_expr and glob_constrglondu
2011-08-30Quick improvement of some error messages related to module applicationherbelin
2011-07-22Add a syntax entry for fully applied constructor patternpboutill
2011-06-12Rather quick hack to avoid using notations involving "Type" whenherbelin
2011-06-08Make Notation works with anonymous-level "Type".herbelin
2011-04-15Take benefit of eta-expansion so that "ex P" is displayed "exists x, P x".herbelin
2011-02-11Annotations at functor applications:letouzey
2011-01-31A fine-grain control of inlining at functor application via priority levelsletouzey
2010-12-24More {raw => glob} changes for consistencyglondu
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-12-23Change of nomenclature: rawconstr -> glob_constrglondu
2010-12-04Fixing bug #2448 (wrongly-scoped alpha-renaming in notations).herbelin
2010-09-24Some dead code removal, thanks to Oug analyzerletouzey
2010-07-29Fixed a bug introduced (r13316/r13329) in the printing of notationsherbelin
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-07-22Extension of the recursive notations mechanismherbelin
2010-07-22Constrintern: unified push_name_env and push_loc_name_env; madeherbelin
2010-06-14Added printing of recursive notations in cases pattern (supported by wish 2248).herbelin
2010-06-08Fix treatment of {struct x} annotations in presence of generalizedmsozeau
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-03-29Several bug-fixes and improvements of coqdocherbelin
2010-01-17Variant !F M for functor application that does not honor the Inline declarationsletouzey
2010-01-07Include can accept both Module and Module Typeletouzey
2009-12-24Opened the possibility to type Ltac patterns but it is not fully functional yetherbelin
2009-12-12Fixed incorrect computation of possible guard in presence of `{ ... } contexts.herbelin
2009-12-07No more specific syntax "Include Self" for inclusion of partially-applied fun...letouzey
2009-11-27Added support for definition of fixpoints using tactics.herbelin
2009-11-18Module subtyping : allow many <: and module type declaration with <:letouzey
2009-11-16New syntax <+ for chains of Include (or Include Type) (or Include Self (Type))letouzey
2009-11-08Restructuration of command.ml + generic infrastructure for inductive schemesherbelin
2009-11-04Fixed record syntax "{|x=...; y=...|}" so that it works with qualified names.gmelquio
2009-10-21This big commit addresses two problems:soubiran
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-08-06- Cleaning phase of the interfaces of libnames.ml and nametab.mlherbelin
2009-04-27- Cleaning (unification of ML names, removal of obsolete code,herbelin
2009-03-28Rewrite of Program Fixpoint to overcome the previous limitations: msozeau
2009-01-20Fixing a bug in 11804 (support for _ in ident entry of notations). herbelin
2009-01-19- Structuring Numbers and fixing Setoid in stdlib's doc.herbelin
2008-12-29- Added support for subterm matching in SearchAbout.herbelin
2008-11-05Move Record desugaring to constrintern and add ability to use notationsmsozeau
2008-10-23Open notation for declaring record instances.msozeau
2008-10-23Generalized implementation of generalization.msozeau
2008-10-22A much better implementation of implicit generalization:msozeau
2008-10-22Affichage des notations récursives:herbelin
2008-07-17Uniformisation du format des messages d'erreur (commencent par uneherbelin
2008-07-07Utilisation de try_locate_qualified_library au lieu de locate_qualified_libra...notin
2008-07-04Fixes in handling of implicit arguments:msozeau
2008-05-30Improvements on coqdoc by adding more information into .globmsozeau
2008-05-24Ajout de la possibilité d'utiliser fix/cofix dans les notations.herbelin