-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.dotnet-fsharp/svcin-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.okr-qualityContent-quality KR: Concerns article defects (bugs), freshness, or build warnings.Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Description
Hello, I'm wondering what the recommended way is to write a multiline lazy expression.
let v =
lazy (
// some code
// other code
myFunctionCall x y z
)
Should it follow the function application rule and be something like
lazy
(multlilineExpression)
or does it follow the Formatting constructors, static members, and member invocations rule?
lazy (
multilineExpression
)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 8c09996f-24ac-cf39-ef43-d7909cbc2b89
- Version Independent ID: 1efdd523-8552-6421-e149-74f76826ef8f
- Content: F# code formatting guidelines
- Content Source: docs/fsharp/style-guide/formatting.md
- Product: dotnet-fsharp
- GitHub Login: @cartermp
- Microsoft Alias: phcart
Copilot
Metadata
Metadata
Assignees
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.dotnet-fsharp/svcin-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.okr-qualityContent-quality KR: Concerns article defects (bugs), freshness, or build warnings.Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Type
Projects
Status
✅ Done