index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ssr
/
ssripats.ml
Age
Commit message (
Expand
)
Author
2021-02-24
Infrastructure for fine-grained debug flags
Maxime Dénès
2020-12-27
Make ssrtermkind algebraic instead of a char
Lasse Blaauwbroek
2020-05-04
[ssr] get rid of (pf_)mkSsrConst
Enrico Tassi
2020-05-03
Remove legacy layer in SSR.
Pierre-Marie Pédrot
2020-05-03
Further port SSReflect tactics to the new engine.
Pierre-Marie Pédrot
2020-05-03
Wrap ssr tactics into V82.tactic.
Pierre-Marie Pédrot
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-02
Move kind_of_type from the kernel to ssr.
Pierre-Marie Pédrot
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-03-25
[ssr] Use Coqlib in “abstract”
Vincent Laporte
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-01-19
[ssr] compile "=> {x..} y" as "=> {x..y} y"
Enrico Tassi
2019-01-18
[ssr] compile "=> {x..}/v" as "/v{x..v}"
Enrico Tassi
2019-01-18
[ssr] compile "=> {} y" as "=> {y} y"
Enrico Tassi
2019-01-18
[ssr] clean up implementation of {}/v -> /v{v}
Enrico Tassi
2018-12-18
[ssr] make > a stand alone intro pattern
Enrico Tassi
2018-12-18
[ssr] extended intro patterns: + > [^] /ltac:
Enrico Tassi
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-10-31
Clarify meaning of boolean in IPatDispatch
Maxime Dénès
2018-10-31
[ssr] use tclDISPATCH for IPatDispatch (fix #8544)
Enrico Tassi
2018-10-10
[coqlib] Rebindable Coqlib namespace.
Emilio Jesus Gallego Arias
2018-07-25
[ssr] assertion -> error message (Fix #8134)
Enrico Tassi
2018-06-22
[ssr] implement {}/v as a short hand for {v}/v when v is an id
Enrico Tassi
2018-06-22
[ssr] simplify delayed clears
Enrico Tassi
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-04-16
Merge PR #7237: [ssr] fix delayed clears (fix #7045)
Maxime Dénès
2018-04-13
Evar maps contain econstrs.
Gaëtan Gilbert
2018-04-13
Merge PR #6454: [econstr] Flag to make `to_constr` fail if its output contain...
Pierre-Marie Pédrot
2018-04-13
[ssr] fix delayed clears (fix #7045)
Enrico Tassi
2018-04-04
ssr: check cleared hyps do exist (fix #7050)
Enrico Tassi
2018-03-31
[econstr] Forbid calling `to_constr` in open terms.
Emilio Jesus Gallego Arias
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-04
ssr: ipats: V82.tactic ~nf_evars:false everywhere
Enrico Tassi
2018-03-04
ssr: rewrite Ssripats and Ssrview in the tactic monad
Enrico Tassi
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-16
apply_type: add option "typecheck" passed down to refine
Enrico Tassi
2017-11-21
[printing] Deprecate all printing functions accessing the global proof.
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-06-16
Removing Proof_type from the API.
Pierre-Marie Pédrot
2017-06-13
Dualize the unsafe flag of refine into typecheck and make it mandatory.
Pierre-Marie Pédrot
2017-06-10
Remove (useless) aliases from the API.
Matej Košík
2017-06-07
Put "ssreflect" behind "API".
Matej Košík
2017-06-06
Merge the ssr plugin.
Maxime Dénès