Changeset 4152
- Timestamp:
- 03/21/08 15:48:12 (10 months ago)
- Location:
- trunk/manuals
- Files:
-
- 4 modified
-
index.html (modified) (1 diff)
-
refman/builtins/threaded1.html (modified) (2 diffs)
-
refman/index.html (modified) (1 diff)
-
refman/refman.header (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/index.html
r4131 r4152 32 32 <div class="copyright"> 33 33 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 34 <span>Last updated on: March 17, 2008</span>34 <span>Last updated on: March 21, 2008</span> 35 35 </div> 36 36 <div class="navbottom"> -
trunk/manuals/refman/builtins/threaded1.html
r3906 r4152 29 29 threaded(Disjunction)</pre> 30 30 <p> 31 Proves each goal in a conjunction (disjunction) of goals in its own thread. The argument can also be a conjunction (disjunction) of messages, either to <em>self</em> or to an explicit object. This predicate is deterministic and opaque to cuts. 31 Proves each goal in a conjunction (disjunction) of goals in its own thread. The argument can also be a conjunction (disjunction) of messages, either to <em>self</em> or to an explicit object. This predicate is deterministic and opaque to cuts. The predicate argument is <strong>not</strong> flattened. 32 32 </p> 33 33 <p> … … 74 74 <div class="copyright"> 75 75 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 76 <span>Last updated on: October 24, 2007</span>76 <span>Last updated on: March 21, 2008</span> 77 77 </div> 78 78 <div class="navbottom"> -
trunk/manuals/refman/index.html
r4131 r4152 319 319 <div class="copyright"> 320 320 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 321 <span>Last updated on: March 17, 2008</span>321 <span>Last updated on: March 21, 2008</span> 322 322 </div> 323 323 <div class="navbottom"> -
trunk/manuals/refman/refman.header
r4131 r4152 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on March 17, 2008</p>38 <p class="date">Last updated on March 21, 2008</p> 39 39 </div> 40 40
