This file is indexed.

/usr/lib/swi-prolog/doc/Manual/practical.html is in swi-prolog-nox 6.6.4-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<title>SWI-Prolog 7.1.10 Reference Manual: Section 7.3</title><link rel="home" href="index.html">
<link rel="contents" href="Contents.html">
<link rel="index" href="DocIndex.html">
<link rel="summary" href="summary.html">
<link rel="previous" href="SyntaxAndSemantics.html">
<link rel="next" href="debugging.html">

<style type="text/css">

/* Style sheet for SWI-Prolog latex2html
*/

dd.defbody
{ margin-bottom: 1em;
}

dt.pubdef, dt.multidef
{ color: #fff;
padding: 2px 10px 0px 10px;
margin-bottom: 5px;
font-size: 18px;
vertical-align: middle;
overflow: hidden;
}

dt.pubdef { background-color: #0c3d6e; }
dt.multidef { background-color: #ef9439; }

.bib dd
{ margin-bottom: 1em;
}

.bib dt
{ float: left;
margin-right: 1.3ex;
}

pre.code
{ margin-left: 1.5em;
margin-right: 1.5em;
border: 1px dotted;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
background-color: #f8f8f8;
}

div.navigate
{ text-align: center;
background-color: #f0f0f0;
border: 1px dotted;
padding: 5px;
}

div.title
{ text-align: center;
padding-bottom: 1em;
font-size: 200%;
font-weight: bold;
}

div.author
{ text-align: center;
font-style: italic;
}

div.abstract
{ margin-top: 2em;
background-color: #f0f0f0;
border: 1px dotted;
padding: 5px;
margin-left: 10%; margin-right:10%;
}

div.abstract-title
{ text-align: center;
padding: 5px;
font-size: 120%;
font-weight: bold;
}

div.toc-h1
{ font-size: 200%;
font-weight: bold;
}

div.toc-h2
{ font-size: 120%;
font-weight: bold;
margin-left: 2em;
}

div.toc-h3
{ font-size: 100%;
font-weight: bold;
margin-left: 4em;
}

div.toc-h4
{ font-size: 100%;
margin-left: 6em;
}

span.sec-nr
{
}

span.sec-title
{
}

span.pred-ext
{ font-weight: bold;
}

span.pred-tag
{ float: right;
padding-top: 0.2em;
font-size: 80%;
font-style: italic;
color: #fff;
}

div.caption
{ width: 80%;
margin: auto;
text-align:center;
}

/* Footnotes */
.fn {
color: red;
font-size: 70%;
}

.fn-text, .fnp {
position: absolute;
top: auto;
left: 10%;
border: 1px solid #000;
box-shadow: 5px 5px 5px #888;
display: none;
background: #fff;
color: #000;
margin-top: 25px;
padding: 8px 12px;
font-size: larger;
}

sup:hover span.fn-text
{ display: block;
}

/* Lists */

dl.latex
{ margin-top: 1ex;
margin-bottom: 0.5ex;
}

dl.latex dl.latex dd.defbody
{ margin-bottom: 0.5ex;
}

/* PlDoc Tags */

dl.tags
{ font-size: 90%;
margin-left: 5ex;
margin-top: 1ex;
margin-bottom: 0.5ex;
}

dl.tags dt
{ margin-left: 0pt;
font-weight: bold;
}

dl.tags dd
{ margin-left: 3ex;
}

td.param
{ font-style: italic;
font-weight: bold;
}

/* Index */

dt.index-sep
{ font-weight: bold;
font-size: +1;
margin-top: 1ex;
}

/* Tables */

table.center
{ margin: auto;
}

table.latex
{ border-collapse:collapse;
}

table.latex tr
{ vertical-align: text-top;
}

table.latex td,th
{ padding: 2px 1em;
}

table.latex tr.hline td,th
{ border-top: 1px solid black;
}

table.frame-box
{ border: 2px solid black;
}

</style>
</head>
<body style="background:white">
<div class="navigate"><a class="nav" href="index.html"><img src="home.gif" alt="Home"></a>
<a class="nav" href="Contents.html"><img src="index.gif" alt="Contents"></a>
<a class="nav" href="DocIndex.html"><img src="yellow_pages.gif" alt="Index"></a>
<a class="nav" href="summary.html"><img src="info.gif" alt="Summary"></a>
<a class="nav" href="SyntaxAndSemantics.html"><img src="prev.gif" alt="Previous"></a>
<a class="nav" href="debugging.html"><img src="next.gif" alt="Next"></a>
</div>
<h2 id="sec:practical"><a id="sec:7.3"><span class="sec-nr">7.3</span> <span class="sec-title">CHR 
in SWI-Prolog Programs</span></a></h2>

<a id="sec:practical"></a>
<h3 id="sec:chr-embedding"><a id="sec:7.3.1"><span class="sec-nr">7.3.1</span> <span class="sec-title">Embedding 
in Prolog Programs</span></a></h3>

<a id="sec:chr-embedding"></a>

<p>The CHR constraints defined in a <code>.pl</code> file are associated 
with a module. The default module is <code>user</code>. One should never 
load different <code>.pl</code> files with the same CHR module name.

<p><h3 id="sec:chr-declarations"><a id="sec:7.3.2"><span class="sec-nr">7.3.2</span> <span class="sec-title">Constraint 
declaration</span></a></h3>

<a id="sec:chr-declarations"></a>

<dl class="latex">
<dt class="pubdef"><a id="chr_constraint/1">:- <strong>chr_constraint</strong>(<var>+Specifier</var>)</a></dt>
<dd class="defbody">
Every constraint used in CHR rules has to be declared with a
<a id="idx:chrconstraint1:1545"></a><a class="pred" href="practical.html#chr_constraint/1">chr_constraint/1</a> 
declaration by the <em>constraint specifier</em>. For convenience 
multiple constraints may be declared at once with the same
<a class="pred" href="practical.html#chr_constraint/1">chr_constraint/1</a> 
declaration followed by a comma-separated list of constraint specifiers.

<p>A constraint specifier is, in its compact form, <code><var>F</var>/<var>A</var></code> 
where
<var>F</var> and <var>A</var> are respectively the functor name and 
arity of the constraint, e.g.:

<pre class="code">
:- chr_constraint foo/1.
:- chr_constraint bar/2, baz/3.
</pre>

<p>In its extended form, a constraint specifier is
<code><var>c</var>(<var>A_1</var>, ... ,<var>A_n</var>)</code> where <var>c</var> 
is the constraint's functor,
<var>n</var> its arity and the <var>A_i</var> are argument specifiers. 
An argument specifier is a mode, optionally followed by a type. Example:

<pre class="code">
:- chr_constraint get_value(+,?).
:- chr_constraint domain(?int, +list(int)),
                  alldifferent(?list(int)).
</pre>

<p></dd>
</dl>

<p><b>Modes</b> 

<p>A mode is one of:

<dl class="latex">
<dt><strong><code>-</code></strong></dt>
<dd class="defbody">
The corresponding argument of every occurrence of the constraint is 
always unbound.
</dd>
<dt><strong><code>+</code></strong></dt>
<dd class="defbody">
The corresponding argument of every occurrence of the constraint is 
always ground.
</dd>
<dt><strong><code>?</code></strong></dt>
<dd class="defbody">
The corresponding argument of every occurrence of the constraint can 
have any instantiation, which may change over time. This is the default 
value.
</dd>
</dl>

<p><b>Types</b> 

<p>A type can be a user-defined type or one of the built-in types. A 
type comprises a (possibly infinite) set of values. The type declaration 
for a constraint argument means that for every instance of that 
constraint the corresponding argument is only ever bound to values in 
that set. It does not state that the argument necessarily has to be 
bound to a value.

<p>The built-in types are:

<dl class="latex">
<dt><strong>int</strong></dt>
<dd class="defbody">
The corresponding argument of every occurrence of the constraint is an 
integer number.
</dd>
<dt><strong>dense_int</strong></dt>
<dd class="defbody">
The corresponding argument of every occurrence of the constraint is an 
integer that can be used as an array index. Note that if this argument 
takes values in <var>[0,n]</var>, the array takes
<var>O(n)</var> space.
</dd>
<dt><strong>float</strong></dt>
<dd class="defbody">
... a floating point number.
</dd>
<dt><strong>number</strong></dt>
<dd class="defbody">
... a number.
</dd>
<dt><strong>natural</strong></dt>
<dd class="defbody">
... a positive integer.
</dd>
<dt><strong>any</strong></dt>
<dd class="defbody">
The corresponding argument of every occurrence of the constraint can 
have any type. This is the default value.
</dd>
</dl>

<dl class="latex">
<dt class="pubdef"><a id="chr_type/1">:- <strong>chr_type</strong>(<var>+TypeDeclaration</var>)</a></dt>
<dd class="defbody">
User-defined types are algebraic data types, similar to those in Haskell 
or the discriminated unions in Mercury. An algebraic data type is 
defined using <a id="idx:chrtype1:1546"></a><a class="pred" href="practical.html#chr_type/1">chr_type/1</a>:

<pre class="code">
:- chr_type type ---&gt; body.
</pre>

<p>If the type term is a functor of arity zero (i.e. one having zero 
arguments), it names a monomorphic type. Otherwise, it names a 
polymorphic type; the arguments of the functor must be distinct type 
variables. The body term is defined as a sequence of constructor 
definitions separated by semi-colons.

<p>Each constructor definition must be a functor whose arguments (if 
any) are types. Discriminated union definitions must be transparent: all 
type variables occurring in the body must also occur in the type.

<p>Here are some examples of algebraic data type definitions:

<pre class="code">
:- chr_type color ---&gt; red ; blue ; yellow ; green.

:- chr_type tree ---&gt;  empty ; leaf(int) ; branch(tree, tree).

:- chr_type list(T) ---&gt; [] ; [T | list(T)].

:- chr_type pair(T1, T2) ---&gt; (T1 - T2).
</pre>

<p>Each algebraic data type definition introduces a distinct type. Two 
algebraic data types that have the same bodies are considered to be 
distinct types (name equivalence).

<p>Constructors may be overloaded among different types: there may be 
any number of constructors with a given name and arity, so long as they 
all have different types.

<p>Aliases can be defined using ==. For example, if your program uses 
lists of lists of integers, you can define an alias as follows:

<pre class="code">
:- chr_type lli == list(list(int)).
</pre>

<p></dd>
</dl>

<p><b>Type Checking</b> 

<p>Currently two complementary forms of type checking are performed:
<ol class="latex">
<li>Static type checking is always performed by the compiler. It is 
limited to CHR rule heads and CHR constraint calls in rule bodies.

<p>Two kinds of type error are detected. The first is where a variable 
has to belong to two types. For example, in the program:

<pre class="code">
:-chr_type foo ---&gt; foo.
:-chr_type bar ---&gt; bar.

:-chr_constraint abc(?foo).
:-chr_constraint def(?bar).

foobar @ abc(X) &lt;=&gt; def(X).
</pre>

<p>the variable <code>X</code> has to be of both type <code>foo</code> 
and <code>bar</code>. This is reported as a type clash error:

<pre class="code">
CHR compiler ERROR:
    `--&gt; Type clash for variable _ in rule foobar:
                expected type foo in body goal def(_, _)
                expected type bar in head def(_, _)
</pre>

<p>The second kind of error is where a functor is used that does not 
belong to the declared type. For example in:

<pre class="code">
:- chr_type foo ---&gt; foo.
:- chr_type bar ---&gt; bar.

:- chr_constraint abc(?foo).

foo @ abc(bar) &lt;=&gt; true.
</pre>

<p><code>bar</code> appears in the head of the rule where something of 
type <code>foo</code> is expected. This is reported as:

<pre class="code">
CHR compiler ERROR:
    `--&gt; Invalid functor in head abc(bar) of rule foo:
                found `bar',
                expected type `foo'!
</pre>

<p>No runtime overhead is incurred in static type checking.

<p>
<li>Dynamic type checking checks at runtime, during program execution, 
whether the arguments of CHR constraints respect their declared types. 
The <a class="pred" href="coroutining.html#when/2">when/2</a> 
co-routining library is used to delay dynamic type checks until 
variables are instantiated.

<p>The kind of error detected by dynamic type checking is where a 
functor is used that does not belong to the declared type. For example, 
for the program:

<pre class="code">
:-chr_type foo ---&gt; foo.

:-chr_constraint abc(?foo).
</pre>

<p>we get the following error in an erroneous query:

<pre class="code">
?- abc(bar).
ERROR: Type error: `foo' expected, found `bar'
       (CHR Runtime Type Error)
</pre>

<p>Dynamic type checking is weaker than static type checking in the 
sense that it only checks the particular program execution at hand 
rather than all possible executions. It is stronger in the sense that it 
tracks types throughout the whole program.

<p>Note that it is enabled only in debug mode, as it incurs some (minor) 
runtime overhead.
</ol>

<p><h3 id="sec:chr-compilation"><a id="sec:7.3.3"><span class="sec-nr">7.3.3</span> <span class="sec-title">Compilation</span></a></h3>

<a id="sec:chr-compilation"></a> The SWI-Prolog CHR compiler exploits <a id="idx:termexpansion2:1547"></a><a class="pred" href="consulting.html#term_expansion/2">term_expansion/2</a> 
rules to translate the constraint handling rules to plain Prolog. These 
rules are loaded from the library <code>library(chr)</code>. They are 
activated if the compiled file has the <code>.chr</code> extension or 
after finding a declaration in the following format:

<pre class="code">
:- chr_constraint ...
</pre>

<p>It is advised to define CHR rules in a module file, where the module 
declaration is immediately followed by including the library(chr) 
library as exemplified below:

<pre class="code">
:- module(zebra, [ zebra/0 ]).
:- use_module(library(chr)).

:- chr_constraint ...
</pre>

<p>Using this style, CHR rules can be defined in ordinary Prolog .pl 
files and the operator definitions required by CHR do not leak into 
modules where they might cause conflicts.

<p></body></html>