Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/fsharp/language-reference/type-abbreviations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ms.date: 05/16/2016

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

> [!NOTE]
> Despite the name "type abbreviation," this feature allows you to create alternate names that can be either shorter or longer than the original type name. While the most common usage is to abbreviate long type names or create simpler names for type applications with specified generic arguments, you can also use type abbreviations to create longer, more descriptive names that improve code readability.

## Syntax

```fsharp
Expand Down
Loading