index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proofs
/
proofview.ml
Age
Commit message (
Expand
)
Author
2015-12-11
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-12-09
The unshelve tactical now takes future goals into account.
Pierre-Marie Pédrot
2015-12-09
Adding an unshelve tactical.
Pierre-Marie Pédrot
2015-11-15
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-11-12
Fix bug #4412: [rewrite] (setoid_rewrite?) creates ill-typed terms.
Pierre-Marie Pédrot
2015-11-05
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-11-02
Made that the syntax [id]:tac also applies to the shelve, which is after all ...
Hugo Herbelin
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
Indexing Proofview.goals with a stage.
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
Adding a monotonic variant of Goal.enter and Goal.nf_enter.
Pierre-Marie Pédrot
2015-10-18
Making Evarutil.new_evar monotonous.
Pierre-Marie Pédrot
2015-10-18
Constraining refine to monotonic functions.
Pierre-Marie Pédrot
2015-07-29
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-07-27
Slightly improving line break formatting in Info command.
Hugo Herbelin
2015-05-06
Exposing the minimal amount of internal of the Logic monad in order to
Pierre-Marie Pédrot
2015-04-22
Tactical `progress` compares term up to potentially equalisable universes.
Arnaud Spiwack
2015-02-24
[Proofview.tclPROGRESS]: do not consider that trivial goal instantiation is p...
Arnaud Spiwack
2015-02-23
Fix some typos in comments.
Guillaume Melquiond
2015-01-12
Update headers.
Maxime Dénès
2015-01-08
Fixed and extend bullet related info/error messages. + doc.
Pierre Courtieu
2014-12-16
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-12-12
Make sure the goals on the shelve are identified as goal and unresolvable for...
Arnaud Spiwack
2014-12-07
Exporting store of goals so that new_evar in convert, intro, etc. can
Hugo Herbelin
2014-12-04
Occur-check in refine.
Arnaud Spiwack
2014-12-04
Refine primitive: [unsafe] is now true by default.
Arnaud Spiwack
2014-12-04
Some refactoring following previous commit.
Arnaud Spiwack
2014-12-04
Better implementation of 4a858a51322f2dd488b02130ca82ebcc4dc9ca35.
Arnaud Spiwack
2014-12-04
Factoring 2ee213b824dda48c3fe60e95316daf09f07e8075.
Arnaud Spiwack
2014-11-30
Fixing bug #3682.
Pierre-Marie Pédrot
2014-11-30
Adding missing unsafe primitives to Proofview.
Pierre-Marie Pédrot
2014-11-28
Tactic primitives: missing [advance] lead to spurious dangling goals.
Arnaud Spiwack
2014-11-22
Exporting a primitive allowing to run completely the tactic monad.
Pierre-Marie Pédrot
2014-11-09
new: Optimize Proof, Optimize Heap
Enrico Tassi
2014-11-02
Plural and singular forms in error messages.
Hugo Herbelin
2014-11-01
Info: do not record info trace unless needed.
Arnaud Spiwack
2014-11-01
Info: print a name for the primitive tactics in [Proofview].
Arnaud Spiwack
2014-11-01
Info: dispatching-branches are declared as such in the info trace.
Arnaud Spiwack
2014-11-01
Add [Info] command.
Arnaud Spiwack
2014-11-01
An API for info traces.
Arnaud Spiwack
2014-10-25
VarInstance are also goals.
Hugo Herbelin
2014-10-23
Monad: change the error managing of two-list combinators.
Arnaud Spiwack
2014-10-23
Proofview: forgot to change an exception after refactoring in ( 9f51aafebd5f3...
Arnaud Spiwack
2014-10-22
Oversight in ce260a0db279ce09dda70e079ae3c35b49f05ec4 (Proper scoping of futu...
Arnaud Spiwack
2014-10-22
Proofview: documentation and re-ordering.
Arnaud Spiwack
2014-10-22
Split [Proofview] into a file where the basic operations on the state are def...
Arnaud Spiwack
2014-10-22
Make names in [Proofview_monad] more uniform.
Arnaud Spiwack
2014-10-22
Proofview: remove and inline [on_advance] function.
Arnaud Spiwack
[next]