9 lines
221 B
Markdown
9 lines
221 B
Markdown
# match.fun — overview
|
|
|
|
What it shows
|
|
- Pattern matching constructs and examples of branching by value/shape.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/match.fun
|
|
- Or: fun examples/match.fun
|