35 lines
628 B
Markdown
35 lines
628 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: true
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - match.fun — overview
|
|
subtitle: Documentation for match.fun — overview
|
|
description: Documentation for match.fun — overview
|
|
permalink: /documentation/examples/match/
|
|
lang: en
|
|
tags:
|
|
- documentation
|
|
- handbook
|
|
- installation
|
|
- usage
|
|
- introduction
|
|
- help
|
|
- guide
|
|
- howto
|
|
- docs
|
|
- specifications
|
|
- specs
|
|
- repl
|
|
---
|
|
|
|
# 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
|