1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
|
<!DOCTYPE html>
<html>
<head id="#head">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
; XDOC Documentation System for ACL2
; Copyright (C) 2009-2013 Centaur Technology
;
; Contact:
; Centaur Technology Formal Verification Group
; 7600-C N. Capital of Texas Highway, Suite 300, Austin, TX 78731, USA.
; http://www.centtech.com/
;
; License: (An MIT/X11-style license)
;
; Permission is hereby granted, free of charge, to any person obtaining a
; copy of this software and associated documentation files (the "Software"),
; to deal in the Software without restriction, including without limitation
; the rights to use, copy, modify, merge, publish, distribute, sublicense,
; and/or sell copies of the Software, and to permit persons to whom the
; Software is furnished to do so, subject to the following conditions:
;
; The above copyright notice and this permission notice shall be included in
; all copies or substantial portions of the Software.
;
; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
; DEALINGS IN THE SOFTWARE.
;
; Original author: Jared Davis <jared@centtech.com>
-->
<title>XDOC (Loading)</title>
<link rel="shortcut icon" href="favicon.png"/>
<script>
<!--
function abandonShip () {
document.write("<body><p><b>Error: Unsupported Browser</b></p>");
document.write("<p>This XDOC manual requires features that are "
+ "not implemented by your web browser.<br/> Please try again with a "
+ "supported browser, such as:</p><ul>"
+ "<li>Mozilla Firefox (any recent version)</li>"
+ "<li>Chromium (any recent version)</li>"
+ "<li>Google Chrome (any recent version)</li>"
+ "<li>Microsoft Internet Explorer (Version 10 or later)</li>"
+ "<li>Apple Safari (Version 5 or later)</li>"
+ "<li>Opera (Version 18 or later)</li>"
+ "</ul>"
+ "<p>Other modern browsers may also work.</p>");
// try to prevent rendering anything else in legitimate ways
if (window.stop) { window.stop(); }
if (document.execCommand) { document.execCommand("Stop"); }
// last resort, make the whole page look like some crazy, unknown
// script so that the browser hopefully won't render it.
document.write("<script type='text/undefined'>");
}
if (!window.history || !window.history.replaceState) {
// I've tested that this check gets triggered on IE8 and IE9. It's
// important to not allow IE8, because Windows XP users are stuck
// with it, so unfortunately it's still widely used.
abandonShip();
}
// -->
</script>
<!-- General Libraries -->
<script src="lib/jquery-2.1.0.min.js"></script>
<script src="lib/jquery.base64.js"></script>
<script src="lib/jquery.powertip.min.js"></script>
<link rel="stylesheet" type="text/css" href="lib/jquery.powertip.css"/>
<script src="lib/typeahead-bundle/bloodhound.js"></script>
<script src="lib/typeahead-bundle/typeahead.jquery.min.js"></script>
<script src="lib/lazyload.js"></script>
<link rel="stylesheet" type="text/css" href="lib/katex/katex.min.css"/>
<!-- Actual XDOC stuff -->
<script src="render.js"></script>
<script src="config.js"></script>
<script src="xdoc_index.js"></script>
<script src="xslt.js"></script>
<script src="xdoc.js"></script>
<!-- Font selection.
If you modify these, also modify:
print.html - need to copy the links
style.scss - search for font names and replace everywhere
print.css - search for font names and replace everywhere
xdoc.js - printerFriendly function
-->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Noto+Serif">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Source+Code+Pro">
<link rel="stylesheet" type="text/css" href="desktop.css" media="all and (min-width: 50em)"/>
<link rel="stylesheet" type="text/css" href="mobile.css" media="all and (max-width: 50em)"/>
</head>
<body>
<div id="top">
<table border="0" id="toolbar">
<tr>
<th class="mobileonly">
<a href="javascript:navToggleVisible()">
<img class="toolbutton" src="menu_mobile.png" alt="Menu"
data-powertip="<p>Open or close the navigation menu.</p>">
</a>
</th>
<th class="desktoponly">
<a href="javascript:actionGoKey('ACL2____TOP')">
<img class="toolbutton" src="xdoc-home.png" alt="Top"
data-powertip="<p>Go to the Top topic.</p>">
</a>
   
<a href="javascript:navTree()">
<img class="toolbutton" src="view_tree.png" alt="Tree Navigation"
data-powertip="<p>Use hierarchical navigation.</p>"/>
</a>
<a href="javascript:navFlat()">
<img class="toolbutton" src="view_flat.png" alt="Flat Navigation"
data-powertip="<p>Use flat navigation.</p>"/>
</a>
</th>
<th class="desktoponly" id="letters"></th>
<td>
<form id="jumpform">
<label id="jumpmsg" data-powertip="<p>If you know what topic you want, you
can type its symbol-name here (without
a package name), then choose the match
when it comes up.</p>">
Jump to </label>
<input id="jump" type="text" class="typeahead"
placeholder="loading..."
disabled="disabled" accesskey="/"/>
<input type="submit" style="position: absolute; left: -9999px; width: 1px; height: 1px;"
hidefocus="true" tabindex="-1"/>
</form>
</td>
<td>
<form onsubmit="{searchSubmit(); return false;}">
<label id="searchmsg">
Search </label>
<input id="searchbox" type="text" placeholder="loading..."
disabled="disabled"/>
<input type="submit" style="position: absolute; left: -9999px; width: 1px; height: 1px;"
hidefocus="true" tabindex="-1"/>
</form>
</td>
<th class="desktoponly">
    
<a href="javascript:printerFriendly()">
<img class="rtoolbutton" src="printer.png" alt="Printer Friendly"
data-powertip="<p>Launch a printer-friendly version of this page, in a new window.</p>"/>
</a>
<a target="DownloadWindow" href="download/index.html">
<img class="rtoolbutton" src="download.png" alt="Download"
data-powertip="<p>Download a zipped copy of this manual (for
faster or offline browsing).</p>"/>
</a>
</th>
</tr>
</table>
</div>
<div id="left">
<div id="nav">
<p>Loading...</p>
</div>
<div id="flat" style="display: none">
<p>Loading...</p>
</div>
</div>
<div id="right">
<div id="parents" style="display: none">
</div>
<div id="data">
<p>Loading...</p>
</div>
</div>
<div id="still_loading" style="display: none">
</div>
<!--
<div id="bottom">
Bottom
</div>
-->
</body>
</html>
|