This file is indexed.

/usr/share/mozart/doc/system/node18.html is in mozart-doc 1.4.0-8ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>5.4 Telling Domains</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node17.html#section.fd.general">&lt;&lt; Prev</A></TD><TD><A href="node14.html">- Up -</A></TD><TD><A href="node19.html#section.fd.reflection">Next &gt;&gt;</A></TD></TR></TABLE><DIV id="section.fd.telling"><H2><A name="section.fd.telling">5.4 Telling Domains</A></H2><P></P><DL><DT><A name="label132"></A> <CODE><SPAN class="keyword">::</SPAN></CODE></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE>?<I>D</I></CODE><CODE><SPAN class="keyword">::</SPAN></CODE><CODE>+<I>Spec</I></CODE><CODE>&nbsp;<BR>{FD<SPAN class="keyword">.</SPAN>int&nbsp;</CODE><CODE>+<I>Spec</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>D</I></CODE><CODE>}&nbsp;&nbsp;</CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>tells the constraint store that <CODE><I>D</I></CODE> is an integer in <CODE><I>Spec</I></CODE>. </P></DD><DT><A name="label134"></A> <CODE><SPAN class="keyword">:::</SPAN></CODE></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE><I>Dv</I></CODE><CODE><SPAN class="keyword">:::</SPAN></CODE><CODE>+<I>Spec</I></CODE><CODE>&nbsp;<BR>{FD<SPAN class="keyword">.</SPAN>dom&nbsp;</CODE><CODE>+<I>Spec</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>Dv</I></CODE><CODE>}</CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>tells the constraint store that <CODE><I>Dv</I></CODE> is a vector of integers in <CODE><I>Spec</I></CODE>. Waits until <CODE><I>Dv</I></CODE> is constrained to a vector. </P></DD><DT><A name="label136"></A> <CODE>list</CODE></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE>{FD<SPAN class="keyword">.</SPAN>list&nbsp;</CODE><CODE>+<I>I</I></CODE><CODE>&nbsp;</CODE><CODE>+<I>Spec</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>Ds</I></CODE><CODE>}&nbsp;&nbsp;</CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>tells the constraint store that <CODE><I>Ds</I></CODE> is a list of integers in <CODE><I>Spec</I></CODE> of length <CODE><I>I</I></CODE>. </P></DD><DT><A name="label138"></A> <CODE>tuple</CODE></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE>{FD<SPAN class="keyword">.</SPAN>tuple&nbsp;</CODE><CODE>+<I>L</I></CODE><CODE>&nbsp;</CODE><CODE>+<I>I</I></CODE><CODE>&nbsp;</CODE><CODE>+<I>Spec</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>Dt</I></CODE><CODE>}&nbsp;&nbsp;</CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>tells the constraint store that <CODE><I>Dt</I></CODE> is a tuple of integers in <CODE><I>Spec</I></CODE> of width <CODE><I>I</I></CODE> and label <CODE><I>L</I></CODE>. </P></DD><DT id="fd.record"><A name="label140"></A> <CODE>record</CODE></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE>{FD<SPAN class="keyword">.</SPAN>record&nbsp;</CODE><CODE>+<I>L</I></CODE><CODE>&nbsp;</CODE><CODE>+<I>Ls</I></CODE><CODE>&nbsp;</CODE><CODE>+<I>Spec</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>Dr</I></CODE><CODE>}&nbsp;&nbsp;</CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>tells the constraint store that <CODE><I>Dr</I></CODE> is a record of integers in <CODE><I>Spec</I></CODE> with features <CODE><I>Ls</I></CODE> and label <CODE><I>L</I></CODE>. </P></DD><DT><A name="label142"></A> <CODE>decl</CODE></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE>{FD<SPAN class="keyword">.</SPAN>decl&nbsp;</CODE><CODE>?<I>D</I></CODE><CODE>}&nbsp;&nbsp;</CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>Abbreviates <CODE>{FD<SPAN class="keyword">.</SPAN>int&nbsp;0<SPAN class="keyword">#</SPAN>FD<SPAN class="keyword">.</SPAN>sup&nbsp;</CODE><CODE><I>D</I></CODE><CODE>}</CODE>.</P></DD></DL><P></P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node17.html#section.fd.general">&lt;&lt; Prev</A></TD><TD><A href="node14.html">- Up -</A></TD><TD><A href="node19.html#section.fd.reflection">Next &gt;&gt;</A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys&nbsp;Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif&nbsp;Kornstaedt</A>, <A href="http://www.ps.uni-sb.de/~homik/">Martin&nbsp;Homik</A>, <A href="http://www.ps.uni-sb.de/~tmueller/">Tobias&nbsp;Müller</A>, <A href="http://www.ps.uni-sb.de/~schulte/">Christian&nbsp;Schulte</A> and&nbsp;<A href="http://www.info.ucl.ac.be/~pvr">Peter&nbsp;Van Roy</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>