Generated: December 12, 2003, 17:56:11 | | A SchemeDoc Manual |
Tutorial Manual - An Example
Kurt Nørmark © normark@cs.auc.dk Department of Computer Science Aalborg University Denmark
LAML Version 23.00 (December 12, 2003, full) This is just an example of a manual adapted from an existing LAML example, and part of the LAML tutorial.
Table of Contents: Alphabetic index: 1 Introduction |
This is an introduction. Usually it is very brief. |
|
f |
Form | (f a b) |
Description | Description of f |
Precondition | What to ensure before f is called |
Parameters | a | Explanation of a |
b | Explanation of b |
Returns | Description of the value returned by f |
Postcondition | What holds after f is called |
See also | similar function | g |
|
g |
Form | (g) |
Description | Description of g |
Precondition | What to ensure before g is called |
See also | context | LAML tutorial |
similar function | f |
|
Generated: December 12, 2003, 17:56:11
Generated by LAML SchemeDoc .