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
2013-06-05
Replacing lists by maps in matching interpretation.
ppedrot
2013-05-30
Removing a useless location in ltac trace mechanism.
ppedrot
2013-05-29
Make ist (interp_sign) available to TACTIC EXTEND code
gareuselesinge
2013-05-28
Getting rid of LtacLocated exception transformer.
ppedrot
2013-05-28
Fixing debug of empty Ltac matching goal.
ppedrot
2013-05-28
Pushing lazy lists into Ltac. Now, the control flow is explicit
ppedrot
2013-05-24
Code cleaning in Matching.
ppedrot
2013-05-12
Use the Hook module here and there.
ppedrot
2013-05-09
A uniformization step around understand_* and interp_* functions.
herbelin
2013-03-14
Embedded exns in LtacLocated and EvaluatedError satisfy Errors.noncritical
letouzey
2013-03-13
Restrict (try...with...) to avoid catching critical exn (part 10)
letouzey
2013-02-18
Removing Exc_located and using the new exception enrichement
ppedrot
2013-02-17
Revised the Ltac trace mechanism so that trace breaking due to
herbelin
2013-01-29
Fixed #2970 (made that remember's eqn name is interpretable as an ltac var).
herbelin
2013-01-29
Fixed synchronicity of filter with evar context in new_goal_with.
herbelin
2013-01-28
Actually adding backtrace handling.
ppedrot
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
Added backtrace information to anomalies
ppedrot
2013-01-22
New implementation of the conversion test, using normalization by evaluation to
mdenes
2012-12-21
Yet a new reduction tactic in Coq : cbn
pboutill
2012-12-14
Modulification of identifier
ppedrot
2012-12-14
Moved Stringset and Stringmap to String namespace.
ppedrot
2012-11-25
Monomorphization (tactics)
ppedrot
2012-11-17
Taking into account the type of a definition (if it exists), and the
herbelin
2012-10-16
Split Tacinterp in 3 files : Tacsubst, Tacintern and Tacinterp
letouzey
2012-10-06
remove useless hidden_flag in TacMutual(Co)Fix
letouzey
2012-10-06
cosmetic concerning interp of TacShowHyps
letouzey
2012-10-06
remove Refiner.abstract_tactic and similar
letouzey
2012-10-06
Adapt pieces of code needing -rectypes
letouzey
2012-10-06
Clean-up : removal of Proof_type.tactic_expr
letouzey
2012-10-06
Clean-up of proof_type.ml : no more Nested nor abstract_tactic_box
letouzey
2012-10-02
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-01
Added a new tactical infoH tac, that displays the names of hypothesis created...
courtieu
2012-09-15
Some documentation and cleaning of CList and Util interfaces.
ppedrot
2012-09-14
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-14
This patch removes unused "open" (automatically generated from
regisgia
2012-09-14
The new ocaml compiler (4.00) has a lot of very cool warnings,
regisgia
2012-08-08
Updating headers.
herbelin
2012-08-05
Dump references in reduction tactics
pboutill
2012-07-09
The tactic remember now accepts a final eqn:H option (grant wish #2489)
letouzey
2012-07-09
induction/destruct : nicer syntax for generating equations (solves #2741)
letouzey
2012-06-22
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-04
Replacing some str with strbrk
ppedrot
2012-06-01
Cleaning Pp.ppnl use
ppedrot
2012-06-01
Getting rid of Pp.msgnl and Pp.message.
ppedrot
2012-05-30
More uniformisation in Pp.warn functions.
ppedrot
2012-05-29
global_reference migrated from Libnames to new Globnames, less deps in gramma...
letouzey
2012-05-29
Basic stuff about constr_expr migrated from topconstr to constrexpr_ops
letouzey
2012-05-29
slim down a bit genarg.ml (pr_intro_pattern forgotten there)
letouzey
2012-05-29
Pattern as a mli-only file, operations in Patternops
letouzey
[next]