This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
roc
Watch
1
Star
0
Fork
You've already forked roc
0
mirror of
https://github.com/roc-lang/roc.git
synced
2025-12-23 08:48:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
fix-issue-8618
roc
/
langref
/
pattern-matching.md
Richard Feldman
5d125e884e
Update langref md to match outline
2025-12-21 15:07:34 -05:00
194 B
Raw
Permalink
Blame
History
Pattern Matching
match
Branch Alternatives
if
Guards on Branches
Exhaustiveness
Catch-all Patterns (
_
)
Destructuring
Destructuring Assignments (with
=
)