Let ... in ... block autocomplete also sorted by best 'match', type-wise
This commit is contained in:
parent
2d81e42447
commit
8abbac4bc9
7 changed files with 66 additions and 43 deletions
|
|
@ -7,5 +7,8 @@ export interface LambdaBlockState {
|
|||
kind: "lambda";
|
||||
paramName: string;
|
||||
expr: EditorState;
|
||||
resolved: ResolvedType;
|
||||
}
|
||||
|
||||
export function LambdaBlock {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue