Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / MatchCompilation.adoc
CommitLineData
7f918cf1
CE
1MatchCompilation
2================
3
4Match compilation is the process of translating an SML match into a
5nested tree (or dag) of simple case expressions and tests.
6
7MLton's match compiler is described <:MatchCompile:here>.
8
9== Match compilation in other compilers ==
10
11* <!Cite(BaudinetMacQueen85)>
12* <!Cite(Leroy90)>, pages 60-69.
13* <!Cite(Sestoft96)>
14* <!Cite(ScottRamsey00)>