/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"><< Prev</A></TD><TD><A href="node14.html">- Up -</A></TD><TD><A href="node19.html#section.fd.reflection">Next >></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> <BR>{FD<SPAN class="keyword">.</SPAN>int </CODE><CODE>+<I>Spec</I></CODE><CODE> </CODE><CODE>?<I>D</I></CODE><CODE>} </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> <BR>{FD<SPAN class="keyword">.</SPAN>dom </CODE><CODE>+<I>Spec</I></CODE><CODE> </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 </CODE><CODE>+<I>I</I></CODE><CODE> </CODE><CODE>+<I>Spec</I></CODE><CODE> </CODE><CODE>?<I>Ds</I></CODE><CODE>} </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 </CODE><CODE>+<I>L</I></CODE><CODE> </CODE><CODE>+<I>I</I></CODE><CODE> </CODE><CODE>+<I>Spec</I></CODE><CODE> </CODE><CODE>?<I>Dt</I></CODE><CODE>} </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 </CODE><CODE>+<I>L</I></CODE><CODE> </CODE><CODE>+<I>Ls</I></CODE><CODE> </CODE><CODE>+<I>Spec</I></CODE><CODE> </CODE><CODE>?<I>Dr</I></CODE><CODE>} </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 </CODE><CODE>?<I>D</I></CODE><CODE>} </CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>Abbreviates <CODE>{FD<SPAN class="keyword">.</SPAN>int 0<SPAN class="keyword">#</SPAN>FD<SPAN class="keyword">.</SPAN>sup </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"><< Prev</A></TD><TD><A href="node14.html">- Up -</A></TD><TD><A href="node19.html#section.fd.reflection">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif Kornstaedt</A>, <A href="http://www.ps.uni-sb.de/~homik/">Martin Homik</A>, <A href="http://www.ps.uni-sb.de/~tmueller/">Tobias Müller</A>, <A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A> and <A href="http://www.info.ucl.ac.be/~pvr">Peter Van Roy</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|