index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tacinterp.ml
Age
Commit message (
Expand
)
Author
2014-02-25
Tacinterp: fewer Proofview.Goal.enterl.
Arnaud Spiwack
2014-02-25
Tacinterp: clean up.
Arnaud Spiwack
2014-02-25
Tacinterp: remove unnecessary return/bind pairs.
Arnaud Spiwack
2014-02-24
A view type for IStream.
Arnaud Spiwack
2014-01-31
In Ltac's exact tactic: avoid checking the type of the term twice.
Arnaud Spiwack
2014-01-06
Algebraized "No such hypothesis" errors
Pierre-Marie Pédrot
2013-12-22
Notations now accept the $(...)$ tactic-in-term syntax. They are resolved at
Pierre-Marie Pédrot
2013-12-19
Removing the useless pattern ident genarg.
Pierre-Marie Pédrot
2013-12-19
Using interp_genarg in tactic notations where possible, instead of an ad-hoc
Pierre-Marie Pédrot
2013-12-19
Bad use of Obj.magic in interpretation of TacAlias arguments.
Pierre Boutillier
2013-12-19
Printing function for Stdargs in debugger
Pierre Boutillier
2013-12-17
Removing the need of evarmaps in constr internalization.
Pierre-Marie Pédrot
2013-12-11
Fixing backtrace registering of various tactic-related try-with blocks.
Pierre-Marie Pédrot
2013-12-09
Stylistic change.
Arnaud Spiwack
2013-12-02
Porting type interpretation in Tacinterp to the new tactics.
Pierre-Marie Pédrot
2013-12-02
Writing [cut] tactic using the new monad.
Pierre-Marie Pédrot
2013-12-01
Removing RefArgType generic argument.
Pierre-Marie Pédrot
2013-11-30
Getting rid of casted_open_constr. It was only used by the
Pierre-Marie Pédrot
2013-11-27
Adding the necessary hooks to handle tactics in terms.
Pierre-Marie Pédrot
2013-11-26
Do not use ugly Dyn features in the Quote plugin. Use instead the
Pierre-Marie Pédrot
2013-11-25
Remove the Hiddentac module.
Arnaud Spiwack
2013-11-25
Tacinterp: fewer use of old-style goals.
Arnaud Spiwack
2013-11-22
Remove some occurrences of obsolete operators
Stephane Glondu
2013-11-14
Changes the semantics of Ltac's non-lazy pattern matching in presence of mult...
aspiwack
2013-11-14
Implementation of Ltac's match and match goal fully based on IStream.
aspiwack
2013-11-14
Remove some dead code in tacinterp.
aspiwack
2013-11-12
Do not print tactic notation names at each interpretation step.
ppedrot
2013-11-10
Centralizing the Ltac-defining functions in Tacenv.
ppedrot
2013-11-10
Removing the dependency of every level of tactic ATSs on glob_tactic_expr.
ppedrot
2013-11-09
Revert the previous commit. It broke Coq compilation.
ppedrot
2013-11-09
Removing the dependency of every level of tactic ATSs on glob_tactic_expr.
ppedrot
2013-11-08
Porting Tactics.assumption to the new engine.
ppedrot
2013-11-04
Fix ltac's progress tactical: requires progress in each goal.
aspiwack
2013-11-04
Fix change: nf_evar prior to tactic interpretation.
aspiwack
2013-11-02
Fix set: nf_evar prior to tactic interpretation.
aspiwack
2013-11-02
Plug back infoH.
aspiwack
2013-11-02
Plugs back external tactics.
aspiwack
2013-11-02
Update comments.
aspiwack
2013-11-02
Fix destruct: nf_evar prior to tactic interpretation.
aspiwack
2013-11-02
A tactic shelve_unifiable.
aspiwack
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
Adds an experimental exactly_once tactical.
aspiwack
2013-11-02
Made Proofview.Goal.hyps a named_context.
aspiwack
2013-11-02
Adds a tactical once.
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
Added the tactical "tac1 + tac2".
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
[prev]
[next]