Files
mercury/extras/quickcheck/tutes/index.html
David Overton 07038626c1 The following change was made by Peter Moulder <pmoulder@csse.monash.edu.au>.
Estimated hours taken: 2

The following change was made by Peter Moulder <pmoulder@csse.monash.edu.au>.

extras/quickcheck/tutes/*.html:

	Many HTML fixes.  (Previously there were enough problems that
	it made more sense to read them as plain text files than with
	a web browser.)

	The files now pass through weblint (cleanly) and tidy (only
	`table lacks "summary" attribute' warnings remain).

	A small number of textual changes, and also a couple of
	<!-- XXX ... --> comments where I suspect the text should be
	changed.
2002-02-24 23:28:49 +00:00

28 lines
849 B
HTML

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>QuickCheck</title>
</head>
<body>
<h1>Quickcheck for Mercury</h1>
<ol>
<li> <a href="T1.html">Intro &amp; <code>`===`</code></a>
<li> <a href="T2.html">Conditional laws &amp; <code>`===&gt;`</code></a>
<li> <a href="T3.html">Monitoring Data, <code>to_trivial</code>/3, <code>`&gt;&gt;&gt;`</code></a>
<li> <a href="T4.html">Summary - Invariant Function &amp; Property</a>
<li> <a href="T5.html">Generators basic</a>
<li> <a href="T6.html">Discriminated union &amp; Specific Frequency</a>
<li> <a href="T7.html">General Frequency</a>
<li> <a href="T8.html">Random Functions</a>
<li> <a href="T9.html">User Defined Generators</a>
<li> <a href="T10.html">Summary - Generators</a>
</ol>
<p>
Feedback? Mail <a href="mailto:xcsm@students.cs.mu.oz.au">Simon</a>.
</body>
</html>