Skip to content

Commit

Permalink
Rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
auduchinok committed Nov 23, 2020
1 parent 717a746 commit bf26680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/CheckExpressions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5440,7 +5440,7 @@ and TcExprUndelayed cenv overallTy env tpenv (synExpr: SynExpr) =
CallExprHasTypeSink cenv.tcSink (m, env.NameEnv, overallTy, env.AccessRights)
TcConstExpr cenv overallTy env m tpenv synConst

| SynExpr.Lambda (_, _, _, _, m) ->
| SynExpr.Lambda (_, _, _, _, _, m) ->
CallExprHasTypeSink cenv.tcSink (m, env.NameEnv, overallTy, env.AccessRights)
TcIteratedLambdas cenv true env overallTy Set.empty tpenv synExpr

Expand Down
3 changes: 3 additions & 0 deletions src/fsharp/service/FSharpCheckerResults.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ type public FSharpCheckFileResults =
/// <param name="getAllEntities">
/// Function that returns all entities from current and referenced assemblies.
/// </param>
/// <param name="unresolvedOnly">
/// Description was required.
/// </param>
member GetDeclarationListInfo: parsedFileResults:FSharpParseFileResults option * line: int * lineText:string * partialName: PartialLongName * ?getAllEntities: (unit -> AssemblySymbol list) * ?unresolvedOnly: bool -> FSharpDeclarationListInfo

/// <summary>Get the items for a declaration list in FSharpSymbol format</summary>
Expand Down

0 comments on commit bf26680

Please sign in to comment.