aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp
Commit message (Expand)AuthorAge
* Misc changes around coqtop.ml :Gravatar letouzey2013-08-22
* Less "Coq" strings everywhereGravatar letouzey2013-08-22
* Declarations.mli: reorganization of modular structuresGravatar letouzey2013-08-20
* Support Proof GeneralGravatar gareuselesinge2013-08-08
* Side effect free implementation of admit (Isabelle's oracle)Gravatar gareuselesinge2013-08-08
* Removing association lists in Constrintern.Gravatar ppedrot2013-08-07
* Replacing uses of association lists by maps in notations.Gravatar ppedrot2013-08-03
* Replacing an association list by a map in globalizing environment.Gravatar ppedrot2013-08-03
* Declaremods: major refactoring, stop duplicating libobjects in modulesGravatar letouzey2013-07-17
* More dynamic argument scopesGravatar letouzey2013-07-17
* Removing SortArgType.Gravatar ppedrot2013-07-05
* Removing the use of leveled tactics wit_tacticn. It is now handledGravatar ppedrot2013-07-02
* Using functors to reduce the boilerplate used in registeringGravatar ppedrot2013-06-30
* Removed the distinction between generic Ltac vars and Let/IntroGravatar ppedrot2013-06-27
* Getting rid of IntroPatternArgType.Gravatar ppedrot2013-06-27
* Useless use of maps in constr internalizing.Gravatar ppedrot2013-06-25
* Using the whole tactic environment while Pretyping.Gravatar ppedrot2013-06-24
* Generalizing the use of maps instead of lists in the interpretationGravatar ppedrot2013-06-22
* Splitted up Genarg in four different levels:Gravatar ppedrot2013-06-21
* Cutting the dependency of Genarg in constr_expr, glob_constrGravatar ppedrot2013-06-21
* Moving wit_unit to Stdarg.Gravatar ppedrot2013-06-19
* Proof-of-concept: moved four easy-to-handle generic arguments toGravatar ppedrot2013-06-18
* Removing the various glob/subst/interp registering functions forGravatar ppedrot2013-06-18
* Implementing a new interface for Genarg, with centralized dataGravatar ppedrot2013-06-18
* Now glob_sign and interp_sign only depend on structures definedGravatar ppedrot2013-06-18
* Added Genarg as generic argument type.Gravatar ppedrot2013-06-12
* Changing the type of Ltac values. Now they are toplevel genericGravatar ppedrot2013-06-12
* More comments in Genarg.Gravatar ppedrot2013-06-06
* Uniformizing generic argument types.Gravatar ppedrot2013-06-06
* Modest protection against "injection" and co raising anomaly inGravatar herbelin2013-06-02
* Removing useless uses of Gmap.Gravatar ppedrot2013-05-14
* Getting rid of module Gmapl.Gravatar ppedrot2013-05-09
* A uniformization step around understand_* and interp_* functions.Gravatar herbelin2013-05-09
* Removing Gmap from Notations.Gravatar ppedrot2013-05-09
* Uniformizing the [if_warn] flag used for warning printing and putGravatar ppedrot2013-05-08
* Alert when using ".." outside a Notation command.Gravatar herbelin2013-05-08
* States: frozen states can hold closuresGravatar gareuselesinge2013-05-06
* Now printing body of abbreviations (i.e. notation with a name) withGravatar herbelin2013-05-05
* Relaxing the constraint on eta-expanding on the fly while looking forGravatar herbelin2013-05-05
* Merging Context and Sign.Gravatar ppedrot2013-04-29
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* Coqide: Globalization feedback (proof of concept)Gravatar gareuselesinge2013-04-25
* minor cleanup in coqtop.mlGravatar letouzey2013-04-23
* code simplifications concerning SummaryGravatar letouzey2013-04-22
* Robust display of NotConvertibleTypeField errors (fix #3008, #2995)Gravatar letouzey2013-03-21
* Removing the module Libtypes and unifying the Search[Pattern|Rewrite]?Gravatar ppedrot2013-03-19
* Extract_env : correct exceptions mentionned in a try ... withGravatar letouzey2013-03-15
* Modules and ppvernac, sequel of Enrico's commit 16261Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 8)Gravatar letouzey2013-03-13
* Implicit_quantifiers.is_freevar: cleaner, no more try...with _ ->...Gravatar letouzey2013-03-12