Files
mercury/doc
Zoltan Somogyi ef1d97a291 Divide --inlining into --inline-simple, for inlining all procedures
Estimated hours taken: 0.2

user_guide:
	Divide --inlining into --inline-simple, for inlining all procedures
	with simple definitions (the curent practice), --inline-single-use
	for inlining all procedures called exactly once, and --inline-threshold
	for specifying an upper bound on the product of the number of calls
	and the size of the procedure definition (roughly the number of
	connectives).
1996-04-24 10:38:16 +00:00
..
1996-03-09 16:51:51 +00:00
1995-07-17 12:48:34 +00:00
1995-09-11 11:01:02 +00:00

This directory contains the source for

	The Mercury user's guide
	The Mercury language reference manual
	The Mercury library reference manual
	The Prolog to Mercury transition guide
	The Mercury frequently asked questions list

The master copy of each document is stored in texinfo format, from which
the info, dvi and html versions are derived automatically.

You can create postscript versions from either the dvi or html versions.
Due to the large spacing in texinfo-generated dvi files, the postscript file
generated from the html (manually via a browser such as xmosaic) will be
considerably shorter than the one derived from the dvi file.

The source for the Mercury library reference manual is generated automatically
from the library source files themselves.