Skip to content

Commit c73c100

Browse files
authored
Index changes initiated by Martin (#690)
1 parent f59cf47 commit c73c100

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

xml/chapter4/section4/subsection3.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,12 @@ and(not(job($x, list("computer", "programmer"))),
468468
<INDEX>closed world assumption</INDEX>
469469
<EM>closed world assumption</EM> that all relevant information has been
470470
included in the data base.<FOOTNOTE>A discussion and justification of this
471-
treatment of <SCHEMEINLINE>not</SCHEMEINLINE> can be found in the article by
471+
treatment of <SCHEMEINLINE>not</SCHEMEINLINE> can be found in the article
472+
<INDEX>negation as failure</INDEX>
473+
<QUOTE>Negation as Failure</QUOTE> by
472474
<INDEX>Clark, Keith L.</INDEX>
473475
Clark (1978).</FOOTNOTE>
474476
</TEXT>
475-
476477
<INDEX>query interpreter<SUBINDEX>problems with <SCHEMEINLINE>not</SCHEMEINLINE> and <SCHEMEINLINE>javascript_predicate</SCHEMEINLINE><CLOSE/></SUBINDEX></INDEX>
477478

478479
<EXERCISE>

xml/chapter4/section4/subsection4.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,6 +1941,10 @@ function unify_match(p1, p2, frame) {
19411941
cyclic references, by accepting the cyclic data structure
19421942
as the result of the match. This is justified
19431943
theoretically using <EM>rational trees</EM>
1944+
<INDEX>Jaffar, Joxan</INDEX>
1945+
<INDEX>Stuckey, Peter J.</INDEX>
1946+
<INDEX>tree<SUBINDEX>rational</SUBINDEX></INDEX>
1947+
<INDEX>rational tree</INDEX>
19441948
(<CITATION>Jaffar and Stuckey 1986</CITATION>).
19451949
Accepting
19461950
a cyclic data structure allows self-referential data, such

0 commit comments

Comments
 (0)