Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / doc / guide / localhost / ClosureConvert
CommitLineData
7f918cf1
CE
1<!DOCTYPE html>\r
2<html lang="en">\r
3<head>\r
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
5<meta name="generator" content="AsciiDoc 8.6.9">\r
6<title>ClosureConvert</title>\r
7<link rel="stylesheet" href="./asciidoc.css" type="text/css">\r
8<link rel="stylesheet" href="./pygments.css" type="text/css">\r
9\r
10\r
11<script type="text/javascript" src="./asciidoc.js"></script>\r
12<script type="text/javascript">\r
13/*<![CDATA[*/\r
14asciidoc.install();\r
15/*]]>*/\r
16</script>\r
17<link rel="stylesheet" href="./mlton.css" type="text/css">\r
18</head>\r
19<body class="article">\r
20<div id="banner">\r
21<div id="banner-home">\r
22<a href="./Home">MLton 20180207</a>\r
23</div>\r
24</div>\r
25<div id="header">\r
26<h1>ClosureConvert</h1>\r
27</div>\r
28<div id="content">\r
29<div id="preamble">\r
30<div class="sectionbody">\r
31<div class="paragraph"><p><a href="ClosureConvert">ClosureConvert</a> is a translation pass from the <a href="SXML">SXML</a>\r
32<a href="IntermediateLanguage">IntermediateLanguage</a> to the <a href="SSA">SSA</a> <a href="IntermediateLanguage">IntermediateLanguage</a>.</p></div>\r
33</div>\r
34</div>\r
35<div class="sect1">\r
36<h2 id="_description">Description</h2>\r
37<div class="sectionbody">\r
38<div class="paragraph"><p>It converts an <a href="SXML">SXML</a> program into an <a href="SSA">SSA</a> program.</p></div>\r
39<div class="paragraph"><p><a href="Defunctionalization">Defunctionalization</a> is the technique used to eliminate\r
40<a href="Closure">Closure</a>s (see <a href="References#CejtinEtAl00">CejtinEtAl00</a>).</p></div>\r
41<div class="paragraph"><p>Uses <a href="Globalize">Globalize</a> and <a href="LambdaFree">LambdaFree</a> analyses.</p></div>\r
42</div>\r
43</div>\r
44<div class="sect1">\r
45<h2 id="_implementation">Implementation</h2>\r
46<div class="sectionbody">\r
47<div class="ulist"><ul>\r
48<li>\r
49<p>\r
50<a href="https://github.com/MLton/mlton/blob/master/mlton/closure-convert/closure-convert.sig"><span class="monospaced">closure-convert.sig</span></a>\r
51</p>\r
52</li>\r
53<li>\r
54<p>\r
55<a href="https://github.com/MLton/mlton/blob/master/mlton/closure-convert/closure-convert.fun"><span class="monospaced">closure-convert.fun</span></a>\r
56</p>\r
57</li>\r
58</ul></div>\r
59</div>\r
60</div>\r
61<div class="sect1">\r
62<h2 id="_details_and_notes">Details and Notes</h2>\r
63<div class="sectionbody">\r
64<div class="paragraph"><p></p></div>\r
65</div>\r
66</div>\r
67</div>\r
68<div id="footnotes"><hr></div>\r
69<div id="footer">\r
70<div id="footer-text">\r
71</div>\r
72<div id="footer-badges">\r
73</div>\r
74</div>\r
75</body>\r
76</html>\r