Skip to content

Commit

Permalink
Update FS-1060-nullable-reference-types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vzarytovskii authored Jul 11, 2023
1 parent 330c97e commit 03a4d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RFCs/FS-1060-nullable-reference-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ The `null` literal can be used for nullable reference types in expressions:
```fsharp
let ns1: string | null = "hello"
let ns2: string | null = null
```

#### Pattern matching

Expand Down

0 comments on commit 03a4d31

Please sign in to comment.