1
0
forked from GitHub/gf-core

structure document for 1.0

This commit is contained in:
aarne
2006-01-18 18:19:33 +00:00
parent 399e92c8f7
commit ecce36b777
40 changed files with 455 additions and 114 deletions

View File

@@ -7,7 +7,7 @@
<P ALIGN="center"><CENTER><H1> Coordination</H1>
<FONT SIZE="4">
<I>Author: </I><BR>
Last update: Tue Jan 17 15:29:08 2006
Last update: Wed Jan 18 19:07:59 2006
</FONT></CENTER>
<P></P>
@@ -42,6 +42,11 @@ and define two general patterns:
<LI>distributed conjunction: both X,...,X and X
</UL>
<P>
<B>Note</B>. This module uses right-recursive lists. If backward
compatibility with API 0.9 is needed, use
<A HREF="SeqConjunction.html">SeqConjunction</A>.
</P>
<PRE>
abstract Conjunction = Cat ** {
</PRE>