index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ssr
/
ssrtacticals.ml
Age
Commit message (
Expand
)
Author
2021-01-13
Avoid using "subgoals" in the UI, it means the same as "goals"
Jim Fehrle
2020-05-03
Further port of the SSR tactics
Pierre-Marie Pédrot
2020-05-03
Further port of the SSR tactics.
Pierre-Marie Pédrot
2020-05-03
Further port of the SSR tactics.
Pierre-Marie Pédrot
2020-05-03
Further porting of ssrcode.
Pierre-Marie Pédrot
2020-05-03
Slightly more tricky port of the ssr tactics.
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
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-10
Split the hypothesis conversion check in a conversion + ordering check.
Pierre-Marie Pédrot
2019-04-23
Deprecate the *_no_check variants of conversion tactics.
Pierre-Marie Pédrot
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2018-08-13
Less crazy implementation of the "pose" family of tactics.
Pierre-Marie Pédrot
2018-06-12
[api] Remove Misctypes.
Emilio Jesus Gallego Arias
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-14
Deprecate Refiner [evar_map ref] exported functions.
Gaëtan Gilbert
2018-03-08
Merge PR #6783: ssr: use `apply_type ~typecheck:true` everywhere (fix #6634)
Maxime Dénès
2018-03-06
ssr: use `apply_type ~typecheck:true` everywhere (fix #6634)
Enrico Tassi
2018-03-05
Separate vim/emacs fold markers from ocamldoc comments
mrmr1993
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
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-07-17
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
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