/usr/share/mozart/doc/system/node17.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.3 Finite 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="node16.html#section.fd.condis"><< Prev</A></TD><TD><A href="node14.html">- Up -</A></TD><TD><A href="node18.html#section.fd.telling">Next >></A></TD></TR></TABLE><DIV id="section.fd.general"><H2><A name="section.fd.general">5.3 Finite Domains</A></H2><P><A name="label124"></A> </P><DL><DT><A name="label126"></A> <CODE>inf</CODE></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE>FD<SPAN class="keyword">.</SPAN>inf</CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>is a constant integer. Its concrete value is implementation dependent. In Mozart <CODE>FD<SPAN class="keyword">.</SPAN>inf</CODE> is 0. </P></DD><DT><A name="label128"></A> <CODE>sup</CODE></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE>FD<SPAN class="keyword">.</SPAN>sup</CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>is a constant integer. Its concrete value is implementation dependent. In Mozart <CODE>FD<SPAN class="keyword">.</SPAN>sup</CODE> is 134 217 726. </P></DD><DT><A name="label130"></A> <CODE>is</CODE></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE>{FD<SPAN class="keyword">.</SPAN>is </CODE><CODE>*<I>D</I></CODE><CODE> </CODE><CODE>?<I>B</I></CODE><CODE>} </CODE></BLOCKQUOTE><P></P></BLOCKQUOTE></DD><DD><P>tests whether <CODE><I>D</I></CODE> is an integer between 0 and <CODE>FD<SPAN class="keyword">.</SPAN>sup</CODE>. </P></DD></DL><P></P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node16.html#section.fd.condis"><< Prev</A></TD><TD><A href="node14.html">- Up -</A></TD><TD><A href="node18.html#section.fd.telling">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>
|