This PR moves away from using `List.get` / `List.get?` / `List.get!` and `Array.get!`, in favour of using the `GetElem` mediated getters. In particular it deprecates `List.get?`, `List.get!` and `Array.get?`. Also adds `Array.back`, taking a proof, matching `List.getLast`. |
||
|---|---|---|
| .. | ||
| CompletionCollectors.lean | ||
| CompletionInfoSelection.lean | ||
| CompletionItemData.lean | ||
| CompletionResolution.lean | ||
| CompletionUtils.lean | ||
| EligibleHeaderDecls.lean | ||
| ImportCompletion.lean | ||
| SyntheticCompletion.lean | ||