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-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
2013-11-02
Makes the new Proofview.tactic the basic type of Ltac.
aspiwack
2013-10-31
Conv_orable made functional and part of pre_env
gareuselesinge
2013-10-24
More monomorphic List.mem + List.assoc + ...
letouzey
2013-10-23
cList: set-as-list functions are now with an explicit comparison
letouzey
2013-10-05
Moving side effects into evar_map. There was no reason to keep another
ppedrot
2013-09-27
Removing a bunch of generic equalities.
ppedrot
2013-09-19
Get rid of the uses of deprecated OCaml elements (still remaining compatible ...
xclerc
2013-09-18
At least made the evar type opaque! There are still 5 remaining unsafe
ppedrot
2013-08-25
Actually using the domain function for maps.
ppedrot
2013-08-22
Less "Coq" strings everywhere
letouzey
2013-08-08
State Transaction Machine
gareuselesinge
2013-08-08
Side effect free implementation of admit (Isabelle's oracle)
gareuselesinge
2013-08-04
Fixing #3062. Computation of the value of a fresh identifier was
ppedrot
2013-08-04
Removing useless casts between arrays and lists.
ppedrot
2013-07-09
Revising r16550 about providing intro patterns for applying injection:
herbelin
2013-06-05
Replacing lists by maps in matching interpretation.
ppedrot
[next]