mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
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.
28 lines
849 B
HTML
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 & <code>`===`</code></a>
|
|
<li> <a href="T2.html">Conditional laws & <code>`===>`</code></a>
|
|
<li> <a href="T3.html">Monitoring Data, <code>to_trivial</code>/3, <code>`>>>`</code></a>
|
|
<li> <a href="T4.html">Summary - Invariant Function & Property</a>
|
|
<li> <a href="T5.html">Generators basic</a>
|
|
<li> <a href="T6.html">Discriminated union & 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>
|