/usr/share/mozart/doc/loop/index.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>Loop Support</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><P class="margin"><A href="../index.html">Top</A></P><H1 align="center" class="title">Loop Support</H1><H2 align="center" class="authors"><A href="http://www.ps.uni-sb.de/~duchier/">Denys Duchier</A></H2><BLOCKQUOTE><P>Starting in Mozart 1.1.0, there is now convenient syntactic support for loops. This document is divided in two chapters: the first one describes what is officially supported in Mozart 1.1.1, the second one documents the experimental extensions which are not supported, and are subject to change or removal without notice. However, we would appreciate feedback from the user community to help us shape the future of these extensions should they be found useful. </P></BLOCKQUOTE><HR><UL class="toc"><LI><A href="node1.html#chapter.official">1 Official Loop Notation</A><UL class="toc"><LI><A href="node1.html#label1">1.1 Iterators</A></LI><LI><A href="node1.html#label2">1.2 Features</A></LI></UL></LI></UL><UL class="toc"><LI><A href="node2.html#chapter.extensions">2 Experimental Extensions</A><UL class="toc"><LI><A href="node2.html#label3">2.1 While and Until</A></LI><LI><A href="node2.html#label4">2.2 Find And Return a Value</A></LI><LI><A href="node2.html#label5">2.3 List Accumulator</A></LI><LI><A href="node2.html#label6">2.4 Integer Accumulator</A><UL class="toc"><LI><A href="node2.html#label7">2.4.1 Computing an Extremum</A></LI><LI><A href="node2.html#label8">2.4.2 Summing Values</A></LI><LI><A href="node2.html#label9">2.4.3 Multiplying Values</A></LI></UL></LI><LI><A href="node2.html#label10">2.5 Lazy Generators</A></LI><LI><A href="node2.html#label11">2.6 Generators</A></LI></UL></LI></UL><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys Duchier</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|