aboutsummaryrefslogtreecommitdiff
path: root/parsing/g_constr.ml4
AgeCommit message (Expand)Author
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2013-11-27Actually adding the grammar entry to handle tactics in terms.Pierre-Marie Pédrot
2013-11-27Adding generic solvers to term holes. For now, no resolution mechanism norPierre-Marie Pédrot
2013-01-22New implementation of the conversion test, using normalization by evaluation tomdenes
2012-12-14Modulification of identifierppedrot
2012-10-04Moved Compat to parsing. This permits to break the dependency of theppedrot
2012-10-02avoid referring to Term in constrexpr.mli and glob_term.mliletouzey
2012-08-08Updating headers.herbelin
2012-06-22Added an indirection with respect to Loc in Compat. As many [open Compat]ppedrot
2012-06-14Internalization of pattern is done in two phases.pboutill
2012-05-29Strongly reduce the dependencies of grammar.cma, modulo two hacksletouzey
2012-05-29Basic stuff about constr_expr migrated from topconstr to constrexpr_opsletouzey
2012-05-29Stuff about notation_constr (ex-aconstr) now in notation_ops.mlletouzey
2012-05-29New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstrletouzey
2012-05-29locus.mli for occurrences+clauses, misctypes.mli for various little thingsletouzey
2012-05-29Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evdletouzey
2012-04-12"A -> B" is a notation for "forall _ : A, B".pboutill
2012-04-06Fixing a few bugs (see #2571) related to interpretation of multiple bindersherbelin
2012-03-02Noise for nothingpboutill
2012-02-29In the syntax of pattern matching, "in" clauses are patterns.pboutill
2012-01-19Fix typeclass constraint grammar rule to allow `{_ : Reflexive A R}.msozeau
2011-07-22Add a syntax entry for fully applied constructor patternpboutill
2011-03-13- Add modulo_delta_types flag for unification to allow fullmsozeau
2011-03-05Forgotten removal of ',' in 'fun' rule: it has to come with the lambda notationherbelin
2010-12-24More {raw => glob} changes for consistencyglondu
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-09-24Some dead code removal, thanks to Oug analyzerletouzey
2010-07-30r13359 continued: removed native treatment for λ (lambda) and Π (Pi)herbelin
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-07-22Cleaned a bit the grammar and terminology for binders (see dev/doc/changes.txt).herbelin
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-05-19Nicer representation of tokens, more independant of camlp*letouzey
2010-05-19static (and shared) camlp4use instead of per-file declarationletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2009-11-27Added support for definition of fixpoints using tactics.herbelin
2009-11-04Fixed record syntax "{|x=...; y=...|}" so that it works with qualified names.gmelquio
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-04-27- Cleaning (unification of ML names, removal of obsolete code,herbelin
2009-04-08Some dead code removal + cleanupsletouzey
2009-03-29Avoid inadvertent declaration of "on" as a keyword. New syntax ismsozeau
2009-03-28Rewrite of Program Fixpoint to overcome the previous limitations: msozeau
2008-12-14Generalized binding syntax overhaul: only two new binders: `() and `{},msozeau
2008-11-09More factorization of inductive/record and typeclasses: move classmsozeau
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