index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
equality.ml
Age
Commit message (
Expand
)
Author
2013-06-02
Making the behavior of "injection ... as ..." more natural:
herbelin
2013-06-02
Now interpreting introduction patterns [x1 .. xn] and (x1,..,xn) as an
herbelin
2013-05-12
Use the Hook module here and there.
ppedrot
2013-04-29
Merging Context and Sign.
ppedrot
2013-04-29
Splitting Term into five unrelated interfaces:
ppedrot
2013-04-10
Equality: avoid some unprotected List.nth (fix #2837)
letouzey
2013-03-13
Restrict (try...with...) to avoid catching critical exn (part 10)
letouzey
2013-03-12
Equality: avoid an anomaly about inj_pair2_eq_dec
letouzey
2013-01-28
Actually adding backtrace handling.
ppedrot
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2012-12-18
Modulification of Label
ppedrot
2012-12-18
Fixed a little inefficiency of "set/destruct" over a pattern. Now
herbelin
2012-12-14
Modulification of identifier
ppedrot
2012-12-14
Moved Intset and Intmap to Int namespace.
ppedrot
2012-11-25
Monomorphization (tactics)
ppedrot
2012-11-08
Monomorphized a lot of equalities over OCaml integers, thanks to
ppedrot
2012-10-04
Revert r15851 "En cours pour bug 2836".
herbelin
2012-10-04
En cours pour bug 2836
herbelin
2012-10-02
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-09-18
Cleaning interface of Util.
ppedrot
2012-09-17
More cleaning on Utils and CList. Some parts of the code being
ppedrot
2012-09-15
Some documentation and cleaning of CList and Util interfaces.
ppedrot
2012-09-14
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-14
This patch removes unused "open" (automatically generated from
regisgia
2012-08-08
Updating headers.
herbelin
2012-06-22
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-05-29
global_reference migrated from Libnames to new Globnames, less deps in gramma...
letouzey
2012-05-29
Tacexpr as a mli-only, the few functions there are now in Tacops
letouzey
2012-05-29
locus.mli for occurrences+clauses, misctypes.mli for various little things
letouzey
2012-03-02
Noise for nothing
pboutill
2011-12-17
Added a flag to control the use of typing when instantiating applied
herbelin
2011-11-24
Added a DEPRECATED flag in declaration of options. For now only two options a...
ppedrot
2011-10-22
Fixing Equality.injectable which did not detect an equality without
herbelin
2011-10-11
Moved to a more standard order of arguments (i.e. env followed by evar_map)
herbelin
2011-10-11
Various simplifications about constant_of_delta and mind_of_delta
letouzey
2011-07-29
Equality: generic equality on constr replaced by eq_constr
puech
2011-07-29
Equality: generic equality on constr replaced by eq_constr
puech
2011-07-18
Fixed a "feature" of "inversion" and "dependent rewrite" revealed by
herbelin
2011-07-16
Use "subst_one" instead of "multi_rewrite" to implement intro-patterns -> and...
herbelin
2011-06-18
Relaxed the constraint introduced in r14190 that froze the existing
herbelin
2011-06-18
Generalizing flag use_evars_pattern_unification into a flag
herbelin
2011-06-13
A few comments and a dev file to summarize issues with unification
herbelin
2011-06-13
Added a flag to restrict conversion in tactic unification on the
herbelin
2011-06-12
Added a new flag for freezing evars in tactic unification. Used this
herbelin
2011-06-10
Moved allow_K to a unification flag
herbelin
2011-05-26
Fixing discriminate for identity.
herbelin
2011-04-18
Add a flag to control betaiota reduction during unification to maintain backw...
msozeau
2011-03-13
- Add modulo_delta_types flag for unification to allow full
msozeau
2011-03-05
Fixing injection bug #2493 (regression introduced by fixing injection
herbelin
2010-12-23
Rename rawterm.ml into glob_term.ml
glondu
[next]