root/trunk/manuals/index.html

Revision 4599, 1.5 KB (checked in by pmoura, 13 hours ago)

Added an expand_goal/2 built-in method to support explicit calls to the goal_expansion/2 user-defined hook. Updated the term expansion mechanism to allow the expansion to be a single term instead of a list of terms. Improved the documentation of the term and goal expansion predicates.

Added syntax coloring support for the new expand_goal/2 method to the supported text editors and syntax highlighters.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
7<head>
8    <meta http-equiv="content-type" content="application/xml+xhtml; charset=utf-8" />
9    <title>Logtalk 2.33.3 Documentation</title>
10    <link rel="stylesheet" href="screen.css" type="text/css" media="screen"/>
11    <link rel="stylesheet" href="print.css" type="text/css" media="print"/>
12</head>
13
14<body>
15
16<div class="navtop"><span>&nbsp;</span>
17    <span class="title">Logtalk 2.33.3 Documentation</span><span class="page"/>
18</div>
19
20<h1>Logtalk 2.33.3 Documentation</h1>
21
22<ul>
23    <li><h2><a href="userman/index.html">User Manual</a></h2></li>
24    <li><h2><a href="refman/index.html">Reference Manual</a></h2></li>
25    <li><h2><a href="tutorial/index.html">Tutorial</a></h2></li>
26    <li><h2><a href="migration/index.html">Prolog Integration and Migration Guide</a></h2></li>
27    <li><h2><a href="bibliography.html">Bibliography</a></h2></li>
28    <li><h2><a href="glossary.html">Glossary</a></h2></li>
29</ul>
30
31<div class="footer">
32    <div class="copyright">
33        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/> 
34        <span>Last updated on: November 21, 2008</span>
35    </div>
36    <div class="navbottom">
37        <span>&nbsp;</span><br/>
38        <span><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span>
39    </div>
40</div>
41
42</body>
43
44</html>
Note: See TracBrowser for help on using the browser.