index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
class_tactics.ml
Age
Commit message (
Expand
)
Author
2020-08-20
Dnets now consider axioms as being opaque for pattern recognition.
Pierre-Marie Pédrot
2020-08-19
Ensure statically that Hint Extern comes with a pattern.
Pierre-Marie Pédrot
2020-08-12
Cosmetic changes as suggested by SkySkimmer.
Pierre-Marie Pédrot
2020-08-12
Further code simplification in typeclass resolution tactic.
Pierre-Marie Pédrot
2020-08-12
Split the uses of connect_hint_clenv into two different functions.
Pierre-Marie Pédrot
2020-08-12
Tentatively more efficient implementation of e_give_exact for typeclasses.
Pierre-Marie Pédrot
2020-08-12
Export a dedicated function that applies immediately a hint.
Pierre-Marie Pédrot
2020-08-12
Code simplification around hint manipulation in Class_tactics.
Pierre-Marie Pédrot
2020-08-12
Do not do a round trip with auto hint representation in autoapply.
Pierre-Marie Pédrot
2020-08-12
Do not tamper with hints in Class_tactics.with_prods.
Pierre-Marie Pédrot
2020-08-12
Perfom an goal enter in the relevant class tactics instead of outside.
Pierre-Marie Pédrot
2020-08-12
Inline Class_tactics.clenv_of_prods.
Pierre-Marie Pédrot
2020-07-09
[exn] Remove some uses of print
Emilio Jesus Gallego Arias
2020-06-29
Move the FailError exception from Refiner to Tacticals.
Pierre-Marie Pédrot
2020-06-25
Merge PR #12579: Simplify Clenv API
Emilio Jesus Gallego Arias
2020-06-24
Remove the catchable-exception related functions.
Pierre-Marie Pédrot
2020-06-24
Merge Clenvtac into Clenv.
Pierre-Marie Pédrot
2020-06-24
Remove all uses of clenv_unique_resolver.
Pierre-Marie Pédrot
2020-06-19
Move the hint polymorphic status to the hint instance.
Pierre-Marie Pédrot
2020-06-19
Wrap the content of full hints into a record.
Pierre-Marie Pédrot
2020-06-19
Remove access to hint section variables.
Pierre-Marie Pédrot
2020-06-19
Opacify the type of hint metadata.
Pierre-Marie Pédrot
2020-06-19
Do not export flags in Hints.make_resolves.
Pierre-Marie Pédrot
2020-06-19
Do not be verbose when declaring subclass hints.
Pierre-Marie Pédrot
2020-06-19
Factorize hint flags in Class_tatcis.make_make_resolve_hyp.
Pierre-Marie Pédrot
2020-05-16
Factorize code in hint declaration.
Pierre-Marie Pédrot
2020-05-14
[exn] [tactics] improve backtraces on monadic errors
Emilio Jesus Gallego Arias
2020-04-21
Merge PR #11896: Use lists instead of arrays in evar instances.
Maxime Dénès
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
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
Fixing a non-protected try-with in class_tactics.ml.
Hugo Herbelin
2020-03-13
Removing catchable_exception test in tclOR/tclORELSE.
Hugo Herbelin
2020-03-05
Merge PR #7791: Deprecating the declaration of arbitrary terms as hints.
Maxime Dénès
2020-03-03
[exninfo] Deprecate aliases for exception re-raising.
Emilio Jesus Gallego Arias
2020-02-28
Deprecate the OCaml API to declare term Hints.
Pierre-Marie Pédrot
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Class_tactics.autoapply
Gaëtan Gilbert
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-08-17
Delay the computation of frozen evars in legacy unification.
Pierre-Marie Pédrot
2019-07-11
Merge PR #10498: [api] Deprecate GlobRef constructors.
Gaëtan Gilbert
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-07-08
[core] [api] Support OCaml 4.08
Emilio Jesus Gallego Arias
2019-06-24
[api] Remove `polymorphic` type alias, use labels instead.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-02
Remove outdated comment
Maxime Dénès
2019-05-02
Fix #5752: `Hint Mode` ignored for type classes that appear as assumptions
Maxime Dénès
2019-04-10
Functionalize env in type classes
Maxime Dénès
[next]