index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
class_tactics.mli
Age
Commit message (
Expand
)
Author
2020-06-24
Remove the catchable-exception related functions.
Pierre-Marie Pédrot
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-03-19
Merge PR #11735: Deprecating catchable_exception
Pierre-Marie Pédrot
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-13
Implementing postponed constraints in TC resolution
Matthieu Sozeau
2020-03-13
Deprecation of catchable_exception, to be replaced by noncritical in try-with.
Hugo Herbelin
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-02
Fix #5752: `Hint Mode` ignored for type classes that appear as assumptions
Maxime Dénès
2019-05-02
Document typeclasses_eauto
Maxime Dénès
2019-03-26
Declare initial hint databases in prelude
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-11-19
Rename TranspState into TransparentState.
Pierre-Marie Pédrot
2018-11-19
Move transparent_state to its own module.
Pierre-Marie Pédrot
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-04-27
Post-rebase warnings (unused opens and 2 unused values)
Gaetan Gilbert
2017-04-27
Remove unused [open] statements
Gaetan Gilbert
2017-04-24
Removing various tactic compatibility layers in core tactics.
Pierre-Marie Pédrot
2017-02-14
Merge branch 'master'.
Pierre-Marie Pédrot
2017-02-14
Removing most nf_enter in tactics.
Pierre-Marie Pédrot
2017-02-14
Class_tactics API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Hints API using EConstr.
Pierre-Marie Pédrot
2016-11-03
Rework search_strategy option handling
Matthieu Sozeau
2016-11-03
Internal API change to typeclasses eauto.
Théo Zimmermann
2016-11-03
Fix handling of only_classes at toplevel
Matthieu Sozeau
2016-11-03
Fix Typeclasses eauto := bfs.
Matthieu Sozeau
2016-06-16
Typeclasses:rename solve_instantiation* & use Hook
Matthieu Sozeau
2016-06-16
Purely refactoring and code/API cleanup.
Matthieu Sozeau
2016-06-16
bteauto: a Proofview.tactic for multiple goals
Matthieu Sozeau
2016-06-16
Typeclasses: refine the eauto tactic
Matthieu Sozeau
2016-06-16
Implement limited proof search and iterative deepening.
Matthieu Sozeau
2016-06-16
Typeclasses eauto based on new proof engine,
Matthieu Sozeau
2016-06-09
Adding a bit of documentation in the mli.
Pierre-Marie Pédrot
2016-03-25
Moving Eauto and Class_tactics to tactics/.
Pierre-Marie Pédrot
2016-03-21
Creating a dedicated ltac/ folder for Hightactics.
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-10-07
Splitting out of auto.ml a file hints.ml dedicated to hints so as to
Hugo Herbelin
2013-11-02
Makes the new Proofview.tactic the basic type of Ltac.
aspiwack
2013-10-04
Splitting Class_tactics between code and CAMLP4/5 declarations.
ppedrot