index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tactics.ml
Age
Commit message (
Expand
)
Author
2014-05-06
- Fix eq_constr_universes restricted to Sorts.equal
Matthieu Sozeau
2014-05-06
- Fix bug preventing apply from unfolding Fixpoints.
Matthieu Sozeau
2014-05-06
- Fix abstract forgetting about new constraints.
Matthieu Sozeau
2014-05-06
- Fix handling of polymorphic inductive elimination schemes.
Matthieu Sozeau
2014-05-06
Better hashconsing of levels and universes, working with modules.
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-04-27
Rewriting [lapply] tactic in the new monad.
Pierre-Marie Pédrot
2014-04-25
Removing useless try-with clauses in Goal.enter variants.
Pierre-Marie Pédrot
2014-04-25
Fixing various backtrace recordings.
Pierre-Marie Pédrot
2014-04-24
Writing tclABSTRACT in the new monad. In particular the unsafe status is now
Pierre-Marie Pédrot
2014-04-23
Removing dead code, thanks to new OCaml warnings and a bit of scripting.
Pierre-Marie Pédrot
2014-04-22
Removing tactic compatibility layer from Elim.
Pierre-Marie Pédrot
2014-04-04
Closing bug #3164
Julien Forest
2014-03-31
Removing the Change_evar refiner rule.
Pierre-Marie Pédrot
2014-03-31
Removing dead code in Tactics.
Pierre-Marie Pédrot
2014-03-28
Using the new refine interface to define ML tactics.
Pierre-Marie Pédrot
2014-03-28
Define Tactics.bring_hyps in the new monad.
Pierre-Marie Pédrot
2014-03-26
Adding a tclEFFECTS primitive allowing to push STM side-effects in tactics.
Pierre-Marie Pédrot
2014-03-26
Removing Tacmach compatibility layer in Inv.
Pierre-Marie Pédrot
2014-03-26
Moving some tactic code to the new engine.
Pierre-Marie Pédrot
2014-03-19
Using non-normalized goals in tactic interpretation.
Pierre-Marie Pédrot
2014-03-05
Remove some dead-code (thanks to ocaml warnings)
Pierre Letouzey
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-02
Matching --> ConstrMatching (was clashing with OCaml's compiler-libs)
Pierre Letouzey
2014-03-02
Grammar.cma with less deps (Glob_ops and Nameops) after moving minor code
Pierre Letouzey
2014-02-27
Proofview.Notations: Now that (>>=) is free, use it for tclBIND.
Arnaud Spiwack
2014-02-27
Get rid of the enterl/glist API for Proofview.Goal.
Arnaud Spiwack
2014-02-04
The constructor tactic now returns several successes.
Pierre-Marie Pédrot
2014-01-06
Algebraized "No such hypothesis" errors
Pierre-Marie Pédrot
2013-12-16
Get rid of messages "emitting ..." when compiling .v files
Pierre Letouzey
2013-12-11
Fixing backtrace registering of various tactic-related try-with blocks.
Pierre-Marie Pédrot
2013-12-02
Writing [cut] tactic using the new monad.
Pierre-Marie Pédrot
2013-11-27
Fixing abstract tactic by using a dummy name out of a declared proof.
Pierre-Marie Pédrot
2013-11-25
Remove the Hiddentac module.
Arnaud Spiwack
2013-11-22
Remove some occurrences of obsolete operators
Stephane Glondu
2013-11-08
Porting Tactics.assumption to the new engine.
ppedrot
2013-11-02
Refine now does iota reduction in addition to beta.
aspiwack
2013-11-02
Refine: Tactics.New.refine does beta-reduction.
aspiwack
2013-11-02
Made Proofview.Goal.hyps a named_context.
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
Fix behaviour of the refine tactic with respect to evars in types.
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
The tactic [admit] exits with the "unsafe" status.
aspiwack
2013-11-02
Cleanup of comments.
aspiwack
2013-11-02
A whole new implemenation of the refine tactic.
aspiwack
2013-11-02
Clean-up: removed redundant notations (>>-) and (>>--) from Proofview.Notations.
aspiwack
2013-11-02
Getting rid of Goal.here, and all the related exceptions and combinators.
aspiwack
[next]