Expand description
Tactics for term search
All the tactics take following arguments
ctx- Context for the term searchdefs- Set of items in scope at term search target locationlookup- Lookup table for typesshould_continue- Function that indicates when to stop iterating
And they return iterator that yields type trees that unify with the goal type.
Functionsยง
- assoc_
const ๐ - Associated constant tactic
- data_
constructor ๐ - Data constructor tactic
- famous_
types ๐ - Famous types tactic
- free_
function ๐ - Free function tactic
- impl_
method ๐ - Impl method tactic
- impl_
static_ ๐method - Impl static method (without self type) tactic
- make_
tuple ๐ - Make tuple tactic
- struct_
projection ๐ - Struct projection tactic
- trivial ๐
- Trivial tactic