index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
term_dnet.ml
Age
Commit message (
Expand
)
Author
2020-10-21
Introduce an Ind module in the Names API.
Pierre-Marie Pédrot
2020-10-21
Rename the GlobRef comparison modules following the standard pattern.
Pierre-Marie Pédrot
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-09-12
Move maps & sets indexed by GlobRef.t into the kernel
Vincent Laporte
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-11-23
Make one more function robust in term_dnet.ml
Maxime Dénès
2017-11-23
Make some functions on terms more robust w.r.t new term constructs.
Maxime Dénès
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-07-27
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-04-27
Add [_] prefix to unused values which maybe should be kept
Gaetan Gilbert
2017-02-14
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
Removing some return type compatibility layers in Termops.
Pierre-Marie Pédrot
2017-02-14
Tactics API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Termops API using EConstr.
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-07-28
Fixing bug #3509 and #3510 (anomalies in "tactics/term_dnet.ml").
Pierre-Marie Pédrot
2015-04-06
refresh metas in rewrite hints loaded from .vo files (fix bug #3815)
Nickolai Zeldovich
2015-01-12
Update headers.
Maxime Dénès
2014-09-27
Add a boolean to indicate the unfolding state of a primitive projection,
Matthieu Sozeau
2014-06-17
Removing dead code.
Pierre-Marie Pédrot
2014-05-08
Moving Dnet-related code to tactics/.
Pierre-Marie Pédrot