index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
plugins
/
funind
/
functional_principles_proofs.ml
Commit message (
Expand
)
Author
Age
*
[funind] Remove spurious character in comment.
Emilio Jesus Gallego Arias
2017-07-17
*
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-07-17
*
Safer API for Global.body_of_constant and variants.
Pierre-Marie Pédrot
2017-07-13
*
Removing Proof_type from the API.
Pierre-Marie Pédrot
2017-06-16
*
Remove (useless) aliases from the API.
Matej Košík
2017-06-10
*
Put all plugins behind an "API".
Matej Kosik
2017-06-07
*
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-06-06
*
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
*
Creating a module Nameops.Name extending module Names.Name.
Hugo Herbelin
2017-05-31
*
Merge PR#512: [cleanup] Unify all calls to the error function.
Maxime Dénès
2017-05-29
|
\
|
*
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
*
|
[coqlib] Move `Coqlib` to `library/`.
Emilio Jesus Gallego Arias
2017-05-27
|
/
*
Fix 4.04 warnings
Gaetan Gilbert
2017-04-27
*
Remove some unused values and types
Gaetan Gilbert
2017-04-27
*
Merge branch v8.6 into trunk
Hugo Herbelin
2017-04-22
|
\
|
*
end of correction of bug 4306
Julien Forest
2017-04-04
|
*
Bad correction in previous commit
Julien Forest
2017-04-04
|
*
Solving first problem in bug #4306. TO DO : solve the let in problem
Julien Forest
2017-04-04
*
|
Merge branch 'trunk' into pr379
Maxime Dénès
2017-03-24
|
\
\
|
*
|
Merge branch 'v8.6' into trunk
Maxime Dénès
2017-03-23
|
|
\
|
|
|
*
funind: Ignore missing info for current function
Tej Chajed
2017-03-22
*
|
|
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Evar-normalizing functions now act on EConstrs.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Removing various compatibility layers of tactics.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Funind API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Removing compatibility layers in Retyping
Pierre-Marie Pédrot
2017-02-14
*
|
|
Removing some return type compatibility layers in Termops.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Reductionops now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Equality API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Elim API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Tactics API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Tacmach API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Cases API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Typing API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Evarconv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Reductionops API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Termops API using EConstr.
Pierre-Marie Pédrot
2017-02-14
|
/
/
*
|
Revert "Merge remote-tracking branch 'github/pr/283' into trunk"
Maxime Dénès
2016-09-22
*
|
Stylistic improvements in intf/decl_kinds.mli.
Maxime Dénès
2016-09-20
*
|
CLEANUP: switching from "right-to-left" to "left-to-right" function compositi...
Matej Kosik
2016-08-30
*
|
CLEANUP: taking advantage of "_ % _" operator to express function composition...
Matej Kosik
2016-08-29
*
|
CLEANUP: minor readability improvements
Matej Kosik
2016-08-24
|
/
*
rename toplevel/cerror.ml into explainErr.ml (too close to the new lib/cError...
Pierre Letouzey
2016-07-03
*
closure.ml renamed into cClosure.ml (avoid clash with a compiler-libs module)
Pierre Letouzey
2016-07-03
*
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-07-01
*
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-31
*
Put the "generalize" tactic in the monad.
Pierre-Marie Pédrot
2016-05-16
*
Put the "fix" tactic in the monad.
Pierre-Marie Pédrot
2016-05-16
*
Put the "clear" tactic into the monad.
Pierre-Marie Pédrot
2016-05-16
[next]