index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proofs
Age
Commit message (
Expand
)
Author
2014-10-22
Proofview: clean up code a little.
Arnaud Spiwack
2014-10-22
Proofview: move [list_goto] to the [CList] module.
Arnaud Spiwack
2014-10-22
Proofview: replace the functions iter_list and iter_list2 by generic monadic ...
Arnaud Spiwack
2014-10-22
Proofview: clean up commented out code.
Arnaud Spiwack
2014-10-22
Proofview: remove a redundant primitive.
Arnaud Spiwack
2014-10-22
Proofview: move more functions to the Unsafe module.
Arnaud Spiwack
2014-10-22
Proofview: split [V82] module into [Unsafe] and [V82].
Arnaud Spiwack
2014-10-22
Proofview.mli: no more reference to Goal.goal.
Arnaud Spiwack
2014-10-22
Proofview: factor init and dependent_init.
Arnaud Spiwack
2014-10-22
Remove unused functions for side effects.
Arnaud Spiwack
2014-10-22
Lemmas/Pfedit: use full evar_map instead of universe contexts to start proofs.
Arnaud Spiwack
2014-10-21
Lazily check that an argument is dependent when constructing evar clauses.
Pierre-Marie Pédrot
2014-10-21
Adding an evar version of the make_clenv function.
Pierre-Marie Pédrot
2014-10-16
Revert "Naming main goal "Main""
Hugo Herbelin
2014-10-16
Refactoring proofview: make the definition of the logic monad polymorphic.
Arnaud Spiwack
2014-10-16
Grab Existential Variables: restore the goal order from v8.4.
Arnaud Spiwack
2014-10-16
Proofview: cleanup: no more reference to Goal.goal.
Arnaud Spiwack
2014-10-16
Put evars remaining after a tactic on the shelf.
Arnaud Spiwack
2014-10-16
Refine: proper scoping of the future goals.
Arnaud Spiwack
2014-10-16
Goal: remove [advance] from the API.
Arnaud Spiwack
2014-10-16
Proofview: remove unused [refresh_sigma] compatibility primitive.
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
Expose Proofview.Refine.with_type in the API.
Arnaud Spiwack
2014-10-16
Proofview.Refine: remove the handle type, and simplify the API.
Arnaud Spiwack
2014-10-16
Move the handling of the principal evar from refine to evd.
Arnaud Spiwack
2014-10-16
Move the handling a new evars from the [Proofview.Refine] module to [Evd].
Arnaud Spiwack
2014-10-16
Proofview.Refine: delay the marking of new evars as goals from [new_evar] to ...
Arnaud Spiwack
2014-10-16
Proofview: small optimisation/simplification.
Arnaud Spiwack
2014-10-13
Add support for deactivating type class inference from induction/destruct.
Hugo Herbelin
2014-10-13
Adding a tactic which fails if one of the goals under focus is dependent in a...
Hugo Herbelin
2014-10-13
Naming main goal "Main"
Hugo Herbelin
2014-10-09
Added support for having one subgoal inheriting the name of its father in Ref...
Hugo Herbelin
2014-10-09
Removing Convert_concl and Convert_hyp from Logic.
Hugo Herbelin
2014-10-09
A version of convert_concl and convert_hyp in new proof engine.
Hugo Herbelin
2014-10-06
Make tclEFFECTS also update the env in the proof monad
Enrico Tassi
2014-10-04
A few Global.env removed.
Hugo Herbelin
2014-10-01
Factored out IDE goal structure.
Carst Tankink
2014-09-30
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-29
Merging some functions from evarutil.ml/evd.ml.
Hugo Herbelin
2014-09-27
Removing the last use of tclSENSITIVE in favour of tclNEWGOALS.
Pierre-Marie Pédrot
2014-09-26
Adding a tclNEWGOALS primitive.
Pierre-Marie Pédrot
2014-09-18
Fixing strange evarmap leak in goals.
Pierre-Marie Pédrot
2014-09-17
Be more conservative and keep the use of eq_constr in pretyping/ functions.
Matthieu Sozeau
2014-09-17
Fix bug #3593, making constr_eq and progress work up to
Matthieu Sozeau
2014-09-17
Revert "While resolving typeclass evars in clenv, touch only the ones that ap...
Matthieu Sozeau
2014-09-17
While resolving typeclass evars in clenv, touch only the ones that appear in the
Matthieu Sozeau
2014-09-15
Fix timing of evar-normalisation of goals in [Ftactic.nf_enter].
Arnaud Spiwack
[prev]
[next]