Let ... in ... block autocomplete also sorted by best 'match', type-wise

This commit is contained in:
Joeri Exelmans 2025-05-16 08:51:58 +02:00
parent 2d81e42447
commit 8abbac4bc9
7 changed files with 66 additions and 43 deletions

View file

@ -7,5 +7,8 @@ export interface LambdaBlockState {
kind: "lambda";
paramName: string;
expr: EditorState;
resolved: ResolvedType;
}
export function LambdaBlock {
}