index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ssrmatching
/
ssrmatching.mli
Age
Commit message (
Expand
)
Author
2020-12-27
Refactor cpattern into a record
Lasse Blaauwbroek
2020-12-27
Make ssrtermkind algebraic instead of a char
Lasse Blaauwbroek
2020-12-18
Make ssr datastructures cpattern and rpattern public
Lasse Blaauwbroek
2020-05-03
Remove legacy SSR API.
Pierre-Marie Pédrot
2020-05-03
Remove legacy layer in SSR.
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-23
Fixing typos - Part 2
JPR
2019-03-27
[plugins] [ssr] Adapt to removal of imperative proof state.
Emilio Jesus Gallego Arias
2019-03-20
Stop accessing proof env via Pfedit in printers
Maxime Dénès
2018-12-25
[ssrmatching] update license banner (fix #9281)
Enrico Tassi
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-11-28
[ltac] Remove aliases already present in the lower layers.
Emilio Jesus Gallego Arias
2018-11-21
[legacy proof engine] Remove some cruft.
Emilio Jesus Gallego Arias
2018-11-16
Remove SSR profiling
Jim Fehrle
2018-11-14
ssrmatching: unify_HO does not resolve type classes
Enrico Tassi
2018-06-30
Split the Ssrmatching module between code and grammar rules.
Pierre-Marie Pédrot
2018-03-10
[ssreflect] Fix module scoping problems due to packing and mli files.
Emilio Jesus Gallego Arias
2018-03-05
Escape curly braces in ocamldoc comment
mrmr1993
2018-03-04
ssr: rewrite Ssripats and Ssrview in the tactic monad
Enrico Tassi
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-25
[api] Remove type equalities from API.
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-10
Remove (useless) aliases from the API.
Matej Košík
2017-06-07
Put all plugins behind an "API".
Matej Kosik
2017-05-24
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-04-27
Remove unused [open] statements
Gaetan Gilbert
2017-04-27
Remove some unused values and types
Gaetan Gilbert
2017-04-25
[location] Make location optional in Loc.located
Emilio Jesus Gallego Arias
2017-02-14
Merge branch 'master'.
Pierre-Marie Pédrot
2017-02-14
Porting the ssrmatching plugin to the new EConstr API.
Enrico Tassi
2016-10-22
Renamings to avoid confusion deprecating old names
Matthieu Sozeau
2016-03-02
Ssreflect pattern matching facilities
Enrico Tassi