index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
contradiction.ml
Age
Commit message (
Expand
)
Author
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-02
Remove 8.5 compatibility support.
Théo Zimmermann
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-12
[engine] Remove ghost parameter from `Proofview.Goal.t`
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-06
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-05-29
tactics cleanup: remove constr_of_global calls
Matthieu Sozeau
2017-05-27
[coqlib] Move `Coqlib` to `library/`.
Emilio Jesus Gallego Arias
2017-04-25
[location] Remove Loc.ghost.
Emilio Jesus Gallego Arias
2017-02-14
Removing most nf_enter in tactics.
Pierre-Marie Pédrot
2017-02-14
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
Evar-normalizing functions now act on EConstrs.
Pierre-Marie Pédrot
2017-02-14
Removing various compatibility layers of tactics.
Pierre-Marie Pédrot
2017-02-14
Reductionops now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
Inv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Contradiction API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Tactics API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Hipattern API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Tacmach API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Making judgment type generic over the type of inner constrs.
Pierre-Marie Pédrot
2017-02-14
Retyping API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Reductionops API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Termops API using EConstr.
Pierre-Marie Pédrot
2016-09-23
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-09-15
Extending "contradiction" so that it recognizes statements such as "~x=x" or ...
Hugo Herbelin
2016-08-24
CLEANUP: minor readability improvements
Matej Kosik
2016-07-01
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-05-08
Removing dead code and unused opens.
Pierre-Marie Pédrot
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-10-29
Removing the evar_map argument from s_enter.
Pierre-Marie Pédrot
2015-10-20
Proofview.Goal.sigma returns an indexed evarmap.
Pierre-Marie Pédrot
2015-10-20
Boxing the Goal.enter primitive into a record type.
Pierre-Marie Pédrot
2015-10-20
Renaming Goal.enter field into s_enter.
Pierre-Marie Pédrot
2015-10-19
Removing tclEVARS in various places.
Pierre-Marie Pédrot
2015-05-13
Safer typing primitives.
Pierre-Marie Pédrot
2015-04-23
Using tclZEROMSG instead of tclZERO in several places.
Pierre-Marie Pédrot
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2014-12-16
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-10-22
Proofview: split [V82] module into [Unsafe] and [V82].
Arnaud Spiwack
2014-09-06
Renaming goal-entering functions.
Pierre-Marie Pédrot
2014-08-18
A reorganization of the "assert" tactics (hopefully uniform naming
Hugo Herbelin
2014-08-05
Experimentally adding an option for automatically erasing an
Hugo Herbelin
2014-08-01
Removing some tactic compatibility layer.
Pierre-Marie Pédrot
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-04-25
Fixing various backtrace recordings.
Pierre-Marie Pédrot
[next]