Equations
- Lean.instToStringNamePart = { toString := fun (x : Lean.NamePart) => match x with | Lean.NamePart.str s => s | Lean.NamePart.num n => toString n }
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Lean.instInhabitedNameTrie = { default := Lean.NameTrie.empty }
Equations
- Lean.instEmptyCollectionNameTrie = { emptyCollection := Lean.NameTrie.empty }
Equations
Instances For
@[inline]
Returns the the value of the longest key in t
that is a prefix of k
, if any.
Instances For
Equations
- t.matchingToArray k = (t.foldMatchingM k #[] fun (v : β) (acc : Array β) => acc.push v).run