/usr/share/mozart/doc/base/node1.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>1 Introduction</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="toc.html#label1"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node2.html#chapter.typestruct">Next >></A></TD></TR></TABLE><DIV id="chapter.introduction"><H1><A name="chapter.introduction">1 Introduction</A></H1><P> This document describes the base environment of the Oz programming language. The environment is a mapping of identifiers to values. The values are organized in modules (modeled as records) and are available via field selection from their respective module; some values are available directly (without the need for selection) for convenience. </P><P> Your actual environment may be a superset of the one described by this document, depending on the Oz implementation you are running. For instance, the Mozart system defines more procedures when working in the interactive development system as described in <A href="../opi/index.html">``The Oz Programming Interface''</A>. </P><DIV class="unnumbered"><H2><A name="label2">Acknowledgements</A></H2><P> Credit has to go to the following people: </P><UL><LI><P>Martin Henz, Martin Müller, and Christian Schulte for writing ``The Oz Standard Modules'', part of the Oz Documentation Series for DFKI Oz 2.0, from which this documented originated; </P></LI><LI><P>Daniel Simon, for translating the original LaTeX sources into SGML; </P></LI><LI><P>Leif Kornstaedt, for updating many parts of the document to Oz 3.0; </P></LI><LI><P>Andreas Schoch, for the cover illustration. </P></LI></UL><P> Note that the persons responsible for the document as-is are Christian Schulte and Leif Kornstaedt. Please address any remarks to them.</P></DIV></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="toc.html#label1"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node2.html#chapter.typestruct">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> and <A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|