Differences From Artifact [a076bfb1003e4c62]:
- File
doc/index.html
- 2010-11-27 11:46:26 - part of checkin [203e4cb208] on branch trunk - fixed automatic memoization bug (whole part of the contexts are now used as the memo key) (user: kinaba) [annotate]
To Artifact [bdbfe9ee7589f910]:
- File
doc/index.html
- 2010-11-27 12:49:03 - part of checkin [a795c97dc3] on branch trunk - changed Let.init to Let.vdef. IT IS VERY DANGEROUS TO USE .init MEMBER NAME in D!!!!!!!! (user: kinaba) [annotate]
387 <dt><span class="decl"> 387 <dt><span class="decl">
388 <span class="currsymbol">Layers</span> 388 <span class="currsymbol">Layers</span>
389 <script>explorer.outline.addDecl('Layers');</script> 389 <script>explorer.outline.addDecl('Layers');</script>
390 390
391 </span></dt> 391 </span></dt>
392 <script>explorer.outline.writeEnabled = false;</script> 392 <script>explorer.outline.writeEnabled = false;</script>
393 393
> 394 <dd><p>
> 395 この言語の唯一の特徴的な部分は、「レイヤ」機能です。
> 396 </p>
> 397
> 398 <script>explorer.outline.incSymbolLevel();</script>
> 399 <dl>
> 400 <script>explorer.outline.writeEnabled = true;</script>
> 401 <dt><span class="decl">
> 402 <span class="currsymbol">Layers</span>
> 403 <script>explorer.outline.addDecl('Layers');</script>
> 404
> 405 </span></dt>
> 406 <script>explorer.outline.writeEnabled = false;</script>
> 407
394 <dd><pre> 408 <dd><pre>
395 [Layers :: Overview] 409 [Layers :: Overview]
396 410
397 Polemy's runtime environment has many "layer"s. 411 Polemy's runtime environment has many "layer"s.
398 Usual execution run in the @value layer. 412 Usual execution run in the @value layer.
399 413
400 >> 1 + 2 414 >> 1 + 2
................................................................................................................................................................................
537 /fst@value:3 551 /fst@value:3
538 /} 552 /}
539 553
540 its corresponding arguments are evaluated in the layer and passed to it. 554 its corresponding arguments are evaluated in the layer and passed to it.
541 If you specify multiple layers, the argument expression is run multiple times. 555 If you specify multiple layers, the argument expression is run multiple times.
542 If you do not specify any layer for a parameter, it works in the neutral layer 556 If you do not specify any layer for a parameter, it works in the neutral layer
543 </pre> 557 </pre>
> 558 </dd>
> 559 </dl>
> 560 <script>explorer.outline.decSymbolLevel();</script>
> 561
> 562
544 </dd> 563 </dd>
545 564
546 565
547 566
548 <script>explorer.outline.writeEnabled = true;</script> 567 <script>explorer.outline.writeEnabled = true;</script>
549 <dt><span class="decl"> 568 <dt><span class="decl">
550 <span class="currsymbol">Macro Layers</span> 569 <span class="currsymbol">Macro Layers</span>
................................................................................................................................................................................
933 <script>explorer.outline.decSymbolLevel();</script> 952 <script>explorer.outline.decSymbolLevel();</script>
934 953
935 954
936 </td></tr> 955 </td></tr>
937 <tr><td id="docfooter"> 956 <tr><td id="docfooter">
938 Page was generated with 957 Page was generated with
939 <img src="candydoc/img/candydoc.gif" style="vertical-ali 958 <img src="candydoc/img/candydoc.gif" style="vertical-ali
940 on Sat Nov 27 01:54:49 2010 | 959 on Sat Nov 27 20:49:57 2010
941 960
942 </td></tr> 961 </td></tr>
943 </table> 962 </table>
944 </div> 963 </div>
945 <script> 964 <script>
946 explorer.packageExplorer.addModule("index"); 965 explorer.packageExplorer.addModule("index");
947 explorer.packageExplorer.addModule("main"); 966 explorer.packageExplorer.addModule("main");