index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
proofs
/
goal.ml
Commit message (
Expand
)
Author
Age
*
[api] Remove aliases of `Evar.t`
Emilio Jesus Gallego Arias
2017-11-26
*
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
*
Finish removing Show Goal uid
Gaëtan Gilbert
2017-11-04
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-06-06
*
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-05-24
|
\
|
*
Remove unused [open] statements
Gaetan Gilbert
2017-04-27
*
|
[location] Remove Loc.ghost.
Emilio Jesus Gallego Arias
2017-04-25
|
/
*
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
*
Funind API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
Refine API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
Goal API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
Unification API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
CLEANUP: switching from "right-to-left" to "left-to-right" function compositi...
Matej Kosik
2016-08-30
*
CLEANUP: minor readability improvements
Matej Kosik
2016-08-24
*
merging conflicts with the original "trunk__CLEANUP__Context__2" branch
Matej Kosik
2016-02-15
|
\
*
|
Monotonizing the Evarutil module.
Pierre-Marie Pédrot
2016-02-15
*
|
Do not give a name to anonymous evars anymore. See bug #4547.
Pierre-Marie Pédrot
2016-02-13
|
*
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-02-09
|
/
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
Removing dead code.
Pierre-Marie Pédrot
2015-02-02
*
Update headers.
Maxime Dénès
2015-01-12
*
Occur-check in refine.
Arnaud Spiwack
2014-12-04
*
Put evars remaining after a tactic on the shelf.
Arnaud Spiwack
2014-10-16
*
Goal: remove [advance] from the API.
Arnaud Spiwack
2014-10-16
*
Goal: remove some functions from the compatibility layer.
Arnaud Spiwack
2014-10-16
*
Goal: remove most of the API (make [Goal.goal] concrete).
Arnaud Spiwack
2014-10-16
*
Make [Goal.goal] be exactly [Evar.t].
Arnaud Spiwack
2014-10-16
*
Goal: remove dead code.
Arnaud Spiwack
2014-10-16
*
Proofview.Refine: delay the marking of new evars as goals from [new_evar] to ...
Arnaud Spiwack
2014-10-16
*
Adding a tactic which fails if one of the goals under focus is dependent in a...
Hugo Herbelin
2014-10-13
*
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-30
*
Merging some functions from evarutil.ml/evd.ml.
Hugo Herbelin
2014-09-29
*
Removing the last use of tclSENSITIVE in favour of tclNEWGOALS.
Pierre-Marie Pédrot
2014-09-27
*
Fix bug #3593, making constr_eq and progress work up to
Matthieu Sozeau
2014-09-17
*
Use evar name to print goal.
Hugo Herbelin
2014-09-12
*
Only using filtered hyps in Goal.enter.
Pierre-Marie Pédrot
2014-09-04
*
Ensuring the invariant that hypotheses and named context of the environment of
Pierre-Marie Pédrot
2014-09-04
*
Fix: shelve_unifiable did not work modulo evar instantiation.
Arnaud Spiwack
2014-09-04
*
Putting back normalized goals when entering them.
Pierre-Marie Pédrot
2014-09-03
*
Removing unused parts of the Goal.sensitive monad.
Pierre-Marie Pédrot
2014-08-21
*
Removing a use of Goal.refine.
Pierre-Marie Pédrot
2014-08-19
*
Goal: API to get the solution of a goal
Enrico Tassi
2014-08-05
*
Tentative optimization not to nf_evar too often in the compatibility
Pierre-Marie Pédrot
2014-06-17
*
Better representation of evar filters: we represent the vacuous filters of
Pierre-Marie Pédrot
2014-04-23
*
Adding phantom types to discriminate normalized goals, and adding a way to
Pierre-Marie Pédrot
2014-03-19
*
Potentially unused computation in Goal.
Pierre-Marie Pédrot
2014-03-07
*
Code refactoring thanks to the new Monad module.
Arnaud Spiwack
2014-02-27
*
TC: honor the use_typeclasses flag in pretyping
Enrico Tassi
2014-02-12
*
Useless Array.of_list
Pierre-Marie Pédrot
2014-01-10
[next]