index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tactics.ml
Age
Commit message (
Expand
)
Author
2020-02-06
Remove Clenv.mk_clenv_type_of (hidden unsafe_type_of)
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.prove_transitivity
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.symmetry_in
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.induction_gen_l + fix bad env
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Tactics.is_functional_induction
Gaëtan Gilbert
2020-02-06
Fix evar map leak in Tactics.find_induction_type
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.given_elim
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.guess_elim
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.abstract_args
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Tactics.atomize_param_of_ind_then
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.rewrite_hyp_then (+ tclEVARSTHEN)
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.intro_or_and_pattern
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.intro_decomp_eq (hipattern changes)
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.cut_and_apply
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.find_eliminator
Gaëtan Gilbert
2020-02-06
unsafe_type_of + match -> sort_of in Tactics.cut
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.change_on_subterm
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.convert_concl
Gaëtan Gilbert
2020-01-12
fix #11279. Specialize h no longer expands letins in the type of h.
Pierre Courtieu
2019-12-10
Fixing #9893 (Letins not supported in the specialized hypothesis).
Pierre Courtieu
2019-12-06
Moving the diversity of constr printers to a label style.
Hugo Herbelin
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-23
Fixing typos - Part 3
JPR
2019-05-21
Merge PR #10144: Fix #9919: conversion functions are non-linear
Hugo Herbelin
2019-05-14
Remove the sidecond_first flag of apply-related tactics.
Pierre-Marie Pédrot
2019-05-14
Remove the elimrename field from Tactics.eliminator.
Pierre-Marie Pédrot
2019-05-14
Code factorization in elim tactics.
Pierre-Marie Pédrot
2019-05-11
Actually use the conversion locality flag.
Pierre-Marie Pédrot
2019-05-11
Introducing a local flag to hypothesis conversion function.
Pierre-Marie Pédrot
2019-05-11
Abstract the Tactic.e_change_hyps function over the reduction function.
Pierre-Marie Pédrot
2019-05-10
Take advantage of the ordering / conversion check split.
Pierre-Marie Pédrot
2019-05-10
Split the hypothesis conversion check in a conversion + ordering check.
Pierre-Marie Pédrot
2019-05-10
Make the check flag of conversion functions mandatory.
Pierre-Marie Pédrot
2019-05-10
Logic.convert_hyp now takes an environment as an argument.
Pierre-Marie Pédrot
2019-05-03
Tactics: fixing "change_no_check in".
Hugo Herbelin
2019-05-03
Fix #9994: `revert dependent` is extremely slow.
Pierre-Marie Pédrot
2019-04-29
Exposing a change_no_check tactic.
Hugo Herbelin
2019-04-24
Allocate only one evar when applying a group of conversion tactics.
Pierre-Marie Pédrot
2019-04-24
Code factorization in conversion tactics.
Pierre-Marie Pédrot
2019-04-23
Deprecate the *_no_check variants of conversion tactics.
Pierre-Marie Pédrot
2019-04-10
Remove calls to global env in Inductiveops
Maxime Dénès
2019-04-10
Remove calls to global env from indrec
Maxime Dénès
2019-03-27
[geninterp] Track polymorphic status in tactic interpretation.
Emilio Jesus Gallego Arias
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-02-08
Change interfaces of evarconv as suggested by Enrico.
Matthieu Sozeau
2019-02-08
Merge PR #9410: Make `Program` a regular attribute
Matthieu Sozeau
2019-02-06
Avoid eqn when generating name in induction_gen.
Jasper Hugunin
[prev]
[next]