index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-11-02
Made multiple-goal tactic work after all: .
aspiwack
2013-11-02
Make multiple-goal tactics possible after a tclTHEN.
aspiwack
2013-11-02
Corrects a bug on Proofview.Goal.enter whereby sigmas were captured and used ...
aspiwack
2013-11-02
Adds a shelve tactic.
aspiwack
2013-11-02
bootstrap/Monad.v: implements the writer monad in continuation passing style.
aspiwack
2013-11-02
bootstrap/Monad.v: implements the environment monad in continuation passing s...
aspiwack
2013-11-02
Factors the lifting of environment and writer monads in bootstrap/Monad.v
aspiwack
2013-11-02
Adds an experimental exactly_once tactical.
aspiwack
2013-11-02
Normalise goals with respect to evars in the new tactics.
aspiwack
2013-11-02
Made Proofview.Goal.hyps a named_context.
aspiwack
2013-11-02
Refine does beta-reductions.
aspiwack
2013-11-02
A dedicated view type for Proofview_gen.split.
aspiwack
2013-11-02
Adds a tactical once.
aspiwack
2013-11-02
Corrects the semantics of the "+" tactical.
aspiwack
2013-11-02
Less use of the list-based interface for goal-bound tactics.
aspiwack
2013-11-02
Tachmach.New is now in Proofview.Goal.enter style.
aspiwack
2013-11-02
More Proofview.Goal.enter.
aspiwack
2013-11-02
A better version of Goal.advance.
aspiwack
2013-11-02
Added the tactical "tac1 + tac2".
aspiwack
2013-11-02
Typos in a comment.
aspiwack
2013-11-02
bootstrap/Monads.v: A more efficient split.
aspiwack
2013-11-02
State monad implemented in CPS.
aspiwack
2013-11-02
A more principled split.
aspiwack
2013-11-02
Set an extraction flag for inling let-s in Monad.v.
aspiwack
2013-11-02
More optimisations of partial applications.
aspiwack
2013-11-02
Try to remove intermediate allocations when dealing with goal-specific tactics.
aspiwack
2013-11-02
Various rewriting, mostly for speed purposes.
aspiwack
2013-11-02
Optimisation of partial applications in the tactic monad.
aspiwack
2013-11-02
Fixes parsing of all: followed by a typechecking/evaluation command.
aspiwack
2013-11-02
Fix behaviour of the refine tactic with respect to evars in types.
aspiwack
2013-11-02
Small syntax fix to be compatible with Ocaml 3.11.
aspiwack
2013-11-02
Makes the Ltac debugger usable again.
aspiwack
2013-11-02
Document "all:" and "Set Default Goal Selector".
aspiwack
2013-11-02
New option Default Goal Selector.
aspiwack
2013-11-02
Adds a new goal selector "all:".
aspiwack
2013-11-02
Replaced monads.ml by an essentially equivalent proofview_gen.ml generated by...
aspiwack
2013-11-02
Removed spurious try/with in Proofview.Notation.(>>=) and (>>==).
aspiwack
2013-11-02
Removes Refine from the dev tools now that the module has been deleted.
aspiwack
2013-11-02
Clean up a warning.
aspiwack
2013-11-02
The tactic [admit] exits with the "unsafe" status.
aspiwack
2013-11-02
Cleanup of comments.
aspiwack
2013-11-02
Plug back the declarative mode.
aspiwack
2013-11-02
Small change to the IO monad interface: [val ref : 'a -> 'a ref t]
aspiwack
2013-11-02
A whole new implemenation of the refine tactic.
aspiwack
2013-11-02
A newly introduced variable inside a named context is no longer α-renamed.
aspiwack
2013-11-02
Clean-up: removed redundant notations (>>-) and (>>--) from Proofview.Notations.
aspiwack
2013-11-02
Bases tactics on an IO monad.
aspiwack
2013-11-02
Getting rid of Goal.here, and all the related exceptions and combinators.
aspiwack
2013-11-02
Uses Proofview.tclEXTEND more sparingly.
aspiwack
2013-11-02
Makes the new Proofview.tactic the basic type of Ltac.
aspiwack
[prev]
[next]