/usr/share/doc/racket/redex/index.html is in racket-doc 6.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><title>Redex: Practical Semantics Engineering</title><link rel="stylesheet" type="text/css" href="../scribble.css" title="default"/><link rel="stylesheet" type="text/css" href="../racket.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-style.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-racket.css" title="default"/><link rel="stylesheet" type="text/css" href="../doc-site.css" title="default"/><script type="text/javascript" src="../scribble-common.js"></script><script type="text/javascript" src="../manual-racket.js"></script><script type="text/javascript" src="../doc-site.js"></script><script type="text/javascript" src="../local-redirect/local-redirect.js"></script><script type="text/javascript" src="../local-redirect/local-user-redirect.js"></script><!--[if IE 6]><style type="text/css">.SIEHidden { overflow: hidden; }</style><![endif]--></head><body id="doc-racket-lang-org"><div class="tocset"><div class="tocview"><div class="tocviewlist tocviewlisttopspace"><div class="tocviewtitle"><table cellspacing="0" cellpadding="0"><tr><td style="width: 1em;"><a href="javascript:void(0);" title="Expand/Collapse" class="tocviewtoggle" onclick="TocviewToggle(this,"tocview_0");">▼</a></td><td></td><td><a href="" class="tocviewselflink" data-pltdoc="x">Redex:<span class="mywbr"> </span> Practical Semantics Engineering</a></td></tr></table></div><div class="tocviewsublistonly" style="display: block;" id="tocview_0"><table cellspacing="0" cellpadding="0"><tr><td align="right">1 </td><td><a href="tutorial.html" class="tocviewlink" data-pltdoc="x">Amb:<span class="mywbr"> </span> A Redex Tutorial</a></td></tr><tr><td align="right">2 </td><td><a href="redex2015.html" class="tocviewlink" data-pltdoc="x">Long Tutorial</a></td></tr><tr><td align="right">3 </td><td><a href="fri-mor.html" class="tocviewlink" data-pltdoc="x">Extended Exercises</a></td></tr><tr><td align="right">4 </td><td><a href="The_Redex_Reference.html" class="tocviewlink" data-pltdoc="x">The Redex Reference</a></td></tr><tr><td align="right">5 </td><td><a href="benchmark.html" class="tocviewlink" data-pltdoc="x">Automated Testing Benchmark</a></td></tr><tr><td align="right"></td><td><a href="doc-bibliography.html" class="tocviewlink" data-pltdoc="x">Bibliography</a></td></tr><tr><td align="right"></td><td><a href="doc-index.html" class="tocviewlink" data-pltdoc="x">Index</a></td></tr></table></div></div></div><div class="tocsub"><div class="tocsubtitle">On this page:</div><table class="tocsublist" cellspacing="0"><tr><td><span class="tocsublinknumber"></span><a href="#%28part._top%29" class="tocsubseclink" data-pltdoc="x">Redex:<span class="mywbr"> </span> Practical Semantics Engineering</a></td></tr></table></div></div><div class="maincolumn"><div class="main"><div class="versionbox"><span class="version">6.3</span></div><div class="navsettop"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, "6.3", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.3");">top</a></span><span class="navright"> <span class="nonavigation">← prev</span> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.3");">up</a> <a href="tutorial.html" title="forward to "1 Amb: A Redex Tutorial"" data-pltdoc="x">next →</a></span> </div><h2 x-source-module="(lib "redex/redex.scrbl")" x-source-pkg="redex-doc" x-part-tag=""top""><a name="(part._top)"></a><a name="(part._.Redex__.Practical_.Semantics_.Engineering)"></a>Redex: Practical Semantics Engineering</h2><div class="SAuthorListBox"><span class="SAuthorList"><p class="author">Robert Bruce Findler,<br/>Casey Klein,<br/>Burke Fetscher,<br/>and Matthias Felleisen</p></span></div><p>PLT Redex consists of a domain-specific language for specifying
reduction semantics, plus a suite of tools for working with the
semantics.</p><p>This manual consists of four parts: a short tutorial introduction,
a long tutorial introduction, a reference manual for Redex, and a
description of the Redex automated testing benchmark suite.
Also see
<a href="http://redex.racket-lang.org/"><span class="stt">http://redex.racket-lang.org/</span></a>
and the <span class="stt">examples</span> subdirectory in the <span class="stt">redex</span> collection.</p><table cellspacing="0" cellpadding="0"><tr><td><p><span class="hspace"> </span><a href="tutorial.html" class="toptoclink" data-pltdoc="x">1<span class="hspace"> </span>Amb: A Redex Tutorial</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="tutorial.html#%28part._.Defining_a_.Language%29" class="toclink" data-pltdoc="x">1.1<span class="hspace"> </span>Defining a Language</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="tutorial.html#%28part._.Typing%29" class="toclink" data-pltdoc="x">1.2<span class="hspace"> </span>Typing</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="tutorial.html#%28part._.Testing_.Typing%29" class="toclink" data-pltdoc="x">1.3<span class="hspace"> </span>Testing Typing</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="tutorial.html#%28part._.Defining_a_.Reduction_.Relation%29" class="toclink" data-pltdoc="x">1.4<span class="hspace"> </span>Defining a Reduction Relation</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="tutorial.html#%28part._.Testing_.Reduction_.Relations%29" class="toclink" data-pltdoc="x">1.5<span class="hspace"> </span>Testing Reduction Relations</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="tutorial.html#%28part._.Random_.Testing%29" class="toclink" data-pltdoc="x">1.6<span class="hspace"> </span>Random Testing</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="tutorial.html#%28part._.Typesetting_the_.Reduction_.Relation%29" class="toclink" data-pltdoc="x">1.7<span class="hspace"> </span>Typesetting the Reduction Relation</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html" class="toptoclink" data-pltdoc="x">2<span class="hspace"> </span>Long Tutorial</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._mon-mor%29" class="toclink" data-pltdoc="x">2.1<span class="hspace"> </span>The Theoretical Framework</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._mon-aft%29" class="toclink" data-pltdoc="x">2.2<span class="hspace"> </span>Syntax and Metafunctions</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Developing_a_.Language%29" class="toclink" data-pltdoc="x">2.2.1<span class="hspace"> </span>Developing a Language</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Developing_.Metafunctions%29" class="toclink" data-pltdoc="x">2.2.2<span class="hspace"> </span>Developing Metafunctions</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Developing_a_.Language_2%29" class="toclink" data-pltdoc="x">2.2.3<span class="hspace"> </span>Developing a Language 2</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Extending_a_.Language__any%29" class="toclink" data-pltdoc="x">2.2.4<span class="hspace"> </span>Extending a Language: <span class="RktSym">any</span></a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Substitution%29" class="toclink" data-pltdoc="x">2.2.5<span class="hspace"> </span>Substitution</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lab-mon-aft%29" class="toclink" data-pltdoc="x">2.3<span class="hspace"> </span><span style="font-weight: bold">Lab</span> Designing Metafunctions</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lma%29" class="toclink" data-pltdoc="x">Exercises</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._tue-mor%29" class="toclink" data-pltdoc="x">2.4<span class="hspace"> </span>Reductions and Semantics</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Contexts__.Values%29" class="toclink" data-pltdoc="x">2.4.1<span class="hspace"> </span>Contexts, Values</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Long_.Tutorial_.Reduction_.Relations%29" class="toclink" data-pltdoc="x">2.4.2<span class="hspace"> </span>Reduction Relations</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Semantics%29" class="toclink" data-pltdoc="x">2.4.3<span class="hspace"> </span>Semantics</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.What_are_.Models%29" class="toclink" data-pltdoc="x">2.4.4<span class="hspace"> </span>What are Models</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lab-tue-mor%29" class="toclink" data-pltdoc="x">2.5<span class="hspace"> </span><span style="font-weight: bold">Lab</span> Designing Reductions</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._ltm%29" class="toclink" data-pltdoc="x">Exercises</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._tue-aft%29" class="toclink" data-pltdoc="x">2.6<span class="hspace"> </span>Types and Property Testing</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Types%29" class="toclink" data-pltdoc="x">2.6.1<span class="hspace"> </span>Types</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Developing_.Type_.Judgments%29" class="toclink" data-pltdoc="x">2.6.2<span class="hspace"> </span>Developing Type Judgments</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Subjection_.Reduction%29" class="toclink" data-pltdoc="x">2.6.3<span class="hspace"> </span>Subjection Reduction</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lab-tue-aft%29" class="toclink" data-pltdoc="x">2.7<span class="hspace"> </span><span style="font-weight: bold">Lab</span> Type Checking</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lta%29" class="toclink" data-pltdoc="x">Exercises</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._wed-mor%29" class="toclink" data-pltdoc="x">2.8<span class="hspace"> </span>Imperative Extensions</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Variable_.Assignment%29" class="toclink" data-pltdoc="x">2.8.1<span class="hspace"> </span>Variable Assignment</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.Raising_.Exceptions%29" class="toclink" data-pltdoc="x">2.8.2<span class="hspace"> </span>Raising Exceptions</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lab-wed-mor%29" class="toclink" data-pltdoc="x">2.9<span class="hspace"> </span><span style="font-weight: bold">Lab</span> Contexts and Stores</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lwm%29" class="toclink" data-pltdoc="x">Exercises</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._wed-aft%29" class="toclink" data-pltdoc="x">2.10<span class="hspace"> </span>Abstract Machines</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.C.C_.Machine%29" class="toclink" data-pltdoc="x">2.10.1<span class="hspace"> </span>CC Machine</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.The_.C.K_.Machine%29" class="toclink" data-pltdoc="x">2.10.2<span class="hspace"> </span>The CK Machine</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.The_.C.C-.C.K_.Theorem%29" class="toclink" data-pltdoc="x">2.10.3<span class="hspace"> </span>The CC-CK Theorem</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.The_.C.E.K_machine%29" class="toclink" data-pltdoc="x">2.10.4<span class="hspace"> </span>The CEK machine</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._.The_.C.E.K-.C.K_.Theorem%29" class="toclink" data-pltdoc="x">2.10.5<span class="hspace"> </span>The CEK-CK Theorem</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lab-wed-aft%29" class="toclink" data-pltdoc="x">2.11<span class="hspace"> </span><span style="font-weight: bold">Lab</span> Machine Transitions</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lwa%29" class="toclink" data-pltdoc="x">Exercises</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._thu-mor%29" class="toclink" data-pltdoc="x">2.12<span class="hspace"> </span>Abstracting Abstract Machines I</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lab-thu-mor%29" class="toclink" data-pltdoc="x">2.13<span class="hspace"> </span><span style="font-weight: bold">Lab</span> Abstracting Abstract Machines I</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lthm%29" class="toclink" data-pltdoc="x">Exercises</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._thu-aft%29" class="toclink" data-pltdoc="x">2.14<span class="hspace"> </span>Abstracting Abstract Machines II</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._lab-thu-aft%29" class="toclink" data-pltdoc="x">2.15<span class="hspace"> </span><span style="font-weight: bold">Lab</span> Abstracting Abstract Machines II</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="redex2015.html#%28part._ltha%29" class="toclink" data-pltdoc="x">Exercises</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="fri-mor.html" class="toptoclink" data-pltdoc="x">3<span class="hspace"> </span>Extended Exercises</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Objects__Problem.html" class="toclink" data-pltdoc="x">3.1<span class="hspace"> </span>Objects: Problem</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Objects__Solution.html" class="toclink" data-pltdoc="x">3.2<span class="hspace"> </span>Objects: Solution</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Problem__Types.html" class="toclink" data-pltdoc="x">3.3<span class="hspace"> </span>Problem: Types</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Solution__Types.html" class="toclink" data-pltdoc="x">3.4<span class="hspace"> </span>Solution: Types</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Problem__Missionaries_and_Cannibals.html" class="toclink" data-pltdoc="x">3.5<span class="hspace"> </span>Problem: Missionaries and Cannibals</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Solution__Missionaries_and_Cannibals.html" class="toclink" data-pltdoc="x">3.6<span class="hspace"> </span>Solution: Missionaries and Cannibals</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Problem__Towers_of_Hanoi.html" class="toclink" data-pltdoc="x">3.7<span class="hspace"> </span>Problem: Towers of Hanoi</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Solution__Towers_of_Hanoi.html" class="toclink" data-pltdoc="x">3.8<span class="hspace"> </span>Solution: Towers of Hanoi</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Problem__GC.html" class="toclink" data-pltdoc="x">3.9<span class="hspace"> </span>Problem: GC</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Solution__GC.html" class="toclink" data-pltdoc="x">3.10<span class="hspace"> </span>Solution: GC</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Problem__Finite_State_Machines.html" class="toclink" data-pltdoc="x">3.11<span class="hspace"> </span>Problem: Finite State Machines</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Solution__Finite_State_Machines.html" class="toclink" data-pltdoc="x">3.12<span class="hspace"> </span>Solution: Finite State Machines</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Problem__Threads.html" class="toclink" data-pltdoc="x">3.13<span class="hspace"> </span>Problem: Threads</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Solution__Threads.html" class="toclink" data-pltdoc="x">3.14<span class="hspace"> </span>Solution: Threads</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Problem__Contracts.html" class="toclink" data-pltdoc="x">3.15<span class="hspace"> </span>Problem: Contracts</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Solution__Contracts.html" class="toclink" data-pltdoc="x">3.16<span class="hspace"> </span>Solution: Contracts</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Problem__Binary_Addition.html" class="toclink" data-pltdoc="x">3.17<span class="hspace"> </span>Problem: Binary Addition</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="Solution__Binary_Addition.html" class="toclink" data-pltdoc="x">3.18<span class="hspace"> </span>Solution: Binary Addition</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html" class="toptoclink" data-pltdoc="x">4<span class="hspace"> </span>The Redex Reference</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Patterns%29" class="toclink" data-pltdoc="x">4.1<span class="hspace"> </span>Patterns</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Terms%29" class="toclink" data-pltdoc="x">4.2<span class="hspace"> </span>Terms</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Languages%29" class="toclink" data-pltdoc="x">4.3<span class="hspace"> </span>Languages</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Reduction_.Relations%29" class="toclink" data-pltdoc="x">4.4<span class="hspace"> </span>Reduction Relations</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Other_.Relations%29" class="toclink" data-pltdoc="x">4.5<span class="hspace"> </span>Other Relations</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Testing%29" class="toclink" data-pltdoc="x">4.6<span class="hspace"> </span>Testing</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.G.U.I%29" class="toclink" data-pltdoc="x">4.7<span class="hspace"> </span>GUI</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Typesetting%29" class="toclink" data-pltdoc="x">4.8<span class="hspace"> </span>Typesetting</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Picts__.P.D.F____.Post.Script%29" class="toclink" data-pltdoc="x">4.8.1<span class="hspace"> </span>Picts, PDF, & PostScript</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Customization%29" class="toclink" data-pltdoc="x">4.8.2<span class="hspace"> </span>Customization</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._pink%29" class="toclink" data-pltdoc="x">4.8.3<span class="hspace"> </span>Removing the Pink Background</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.L.Ws%29" class="toclink" data-pltdoc="x">4.8.4<span class="hspace"> </span>LWs</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="The_Redex_Reference.html#%28part._.Macros_and_.Typesetting%29" class="toclink" data-pltdoc="x">4.8.5<span class="hspace"> </span>Macros and Typesetting</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html" class="toptoclink" data-pltdoc="x">5<span class="hspace"> </span>Automated Testing Benchmark</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3abenchmark%29" class="toclink" data-pltdoc="x">5.1<span class="hspace"> </span>The Benchmark Models</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3ab~3astlc%29" class="toclink" data-pltdoc="x">5.1.1<span class="hspace"> </span>stlc</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3ab~3apoly-stlc%29" class="toclink" data-pltdoc="x">5.1.2<span class="hspace"> </span>poly-stlc</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3ab~3astlc-sub%29" class="toclink" data-pltdoc="x">5.1.3<span class="hspace"> </span>stlc-sub</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3ab~3alet-poly%29" class="toclink" data-pltdoc="x">5.1.4<span class="hspace"> </span>let-poly</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3ab~3alist-machine%29" class="toclink" data-pltdoc="x">5.1.5<span class="hspace"> </span>list-machine</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3ab~3arbtrees%29" class="toclink" data-pltdoc="x">5.1.6<span class="hspace"> </span>rbtrees</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3ab~3adelim-cont%29" class="toclink" data-pltdoc="x">5.1.7<span class="hspace"> </span>delim-cont</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3ab~3arvm%29" class="toclink" data-pltdoc="x">5.1.8<span class="hspace"> </span>rvm</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._manage%29" class="toclink" data-pltdoc="x">5.2<span class="hspace"> </span>Managing Benchmark Modules</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._run%29" class="toclink" data-pltdoc="x">5.3<span class="hspace"> </span>Running Benchmark Models</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._log%29" class="toclink" data-pltdoc="x">5.4<span class="hspace"> </span>Logging</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._.Plotting%29" class="toclink" data-pltdoc="x">5.5<span class="hspace"> </span>Plotting</a></p></td></tr><tr><td><p><span class="hspace"> </span><a href="benchmark.html#%28part._sec~3afinding%29" class="toclink" data-pltdoc="x">5.6<span class="hspace"> </span>Finding the Benchmark Models</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="doc-bibliography.html" class="toptoclink" data-pltdoc="x">Bibliography</a></p></td></tr><tr><td><p><span class="hspace"></span></p></td></tr><tr><td><p><span class="hspace"> </span><a href="doc-index.html" class="toptoclink" data-pltdoc="x">Index</a></p></td></tr></table><div class="navsetbottom"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, "6.3", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.3");">top</a></span><span class="navright"> <span class="nonavigation">← prev</span> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.3");">up</a> <a href="tutorial.html" title="forward to "1 Amb: A Redex Tutorial"" data-pltdoc="x">next →</a></span> </div></div></div><div id="contextindicator"> </div></body></html>
|