Skip to content

Commit 7bab0f6

Browse files
CopilotBillWagner
andauthored
Clarify that type abbreviations need not be shorter (#50083)
* Initial plan * Add clarifying note about type abbreviation terminology Co-authored-by: BillWagner <[email protected]> * Update docs/fsharp/language-reference/type-abbreviations.md --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]> Co-authored-by: Bill Wagner <[email protected]>
1 parent f301ccc commit 7bab0f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/fsharp/language-reference/type-abbreviations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ms.date: 05/16/2016
77

88
A *type abbreviation* is an alias or alternate name for a type.
99

10+
> [!NOTE]
11+
> The "type abbreviation" feature allows you to create alternate names that are either shorter or longer than the original type name. It's common to abbreviate long type names or create simpler names for type applications with specific generic arguments. You can use type abbreviations to create longer, more descriptive names that improve code readability.
12+
1013
## Syntax
1114

1215
```fsharp

0 commit comments

Comments
 (0)