You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lang-patterns/identifier-pattern.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Identifier pattern
2
2
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.
0 commit comments