Skip to content

Commit

Permalink
Remove list subtyping references
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Sep 10, 2024
1 parent 4f36b74 commit 48beca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ List binding patterns can be used in a match statement to bind parts of successf
- [List binding pattern](/learn/by-example/list-binding-pattern/)
- [Rest binding pattern in list binding pattern](/learn/by-example/rest-binding-pattern-in-list-binding-pattern/)
- [Binding patterns](/learn/by-example/binding-patterns/)
- [Match statement](/learn/by-example/match-statement/)
- [List sub typing](/learn/by-example/list-subtyping)
- [Match statement](/learn/by-example/match-statement/)
3 changes: 1 addition & 2 deletions examples/list-binding-pattern/list_binding_pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ A list binding pattern binds members of a list to variables. It can contain more
- [Rest binding pattern in list binding pattern](/learn/by-example/rest-binding-pattern-in-list-binding-pattern/)
- [Binding patterns](/learn/by-example/binding-patterns/)
- [Arrays](/learn/by-example/arrays/)
- [Tuples](/learn/by-example/tuples/)
- [List sub typing](/learn/by-example/list-subtyping)
- [Tuples](/learn/by-example/tuples/)

0 comments on commit 48beca2

Please sign in to comment.