index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
grammar
/
argextend.ml4
Commit message (
Expand
)
Author
Age
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Removing the useless pattern ident genarg.
Pierre-Marie Pédrot
2013-12-19
*
Removing RefArgType generic argument.
Pierre-Marie Pédrot
2013-12-01
*
Getting rid of casted_open_constr. It was only used by the
Pierre-Marie Pédrot
2013-11-30
*
Tacinterp: fewer use of old-style goals.
Arnaud Spiwack
2013-11-25
*
Removing SortArgType.
ppedrot
2013-07-05
*
Expurgating the useless difference between List0 and List1 at the
ppedrot
2013-07-05
*
Removed the ad-hod handling of wit_tacticn.
ppedrot
2013-07-02
*
Fixing Camlp4 compilation.
ppedrot
2013-06-30
*
Getting rid of IntroPatternArgType.
ppedrot
2013-06-27
*
Splitted up Genarg in four different levels:
ppedrot
2013-06-21
*
Cutting the dependency of Genarg in constr_expr, glob_constr
ppedrot
2013-06-21
*
Fixing argument extension. Instead of qualified names, string
ppedrot
2013-06-19
*
Proof-of-concept: moved four easy-to-handle generic arguments to
ppedrot
2013-06-18
*
Removing the various glob/subst/interp registering functions for
ppedrot
2013-06-18
*
Added Genarg as generic argument type.
ppedrot
2013-06-12
*
Uniformizing generic argument types.
ppedrot
2013-06-06
*
Restrict (try...with...) to avoid catching critical exn (part 13)
letouzey
2013-03-13
*
More monomorphization.
ppedrot
2013-03-05
*
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
*
Modulification of identifier
ppedrot
2012-12-14
*
Split Tacinterp in 3 files : Tacsubst, Tacintern and Tacinterp
letouzey
2012-10-16
*
Moved Compat to parsing. This permits to break the dependency of the
ppedrot
2012-10-04
*
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-02
*
Argextend: avoid useless "open Extrawit"
letouzey
2012-10-02
*
Updating headers.
herbelin
2012-08-08
*
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-22
*
place all files specific to camlp4 syntax extensions in grammar/
letouzey
2012-05-29