Skip to content

Commit a26c5fe

Browse files
committed
upd
1 parent 76ec671 commit a26c5fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lang-patterns/identifier-pattern.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Identifier pattern
22

3+
An identifier pattern is most commonly used for variable bindings; however it can also be used for pattern matching within algebraic data types, where it can also match parameters or fields using compile-time constants.
4+
35
```sx
46
x
57
Nothing

0 commit comments

Comments
 (0)