+ =====================================================================	+
|									|
| LIBRARY	: bmark							|
| 									|
| DESCRIPTION   : A verification of a multiplier circuit. This has      |
|                 become a standard benchmark for the system.           |
|									|
| AUTHOR	: Mike Gordon						|
| AFFILIATION   : Cambridge University					|
|									|
+ =====================================================================	+


+ --------------------------------------------------------------------- +
|									|
| FILES: 								|
|									|
+ --------------------------------------------------------------------- +

There is only one file making up the example: src/run.sml. Several 
theories are produced in the course of execution.

+ --------------------------------------------------------------------- +
|									|
| DOCUMENTATION:							|
|									|
+ --------------------------------------------------------------------- +

The multiplier was documented in the original LCF-LSM paper. 

+ --------------------------------------------------------------------- +
|									|
| TO REBUILD THE LIBRARY:						|
|									|
+ --------------------------------------------------------------------- +
                                      
The library is just the ML source for the proofs, so there is no need 
for rebuilding.

+ --------------------------------------------------------------------- +
|									|
| TO USE THE LIBRARY:							|
|									|
+ --------------------------------------------------------------------- +

Alternatives:

    0) load_library{lib = find_library "bmark", theory = "-"};

    or

    1) load the file "src/run.sml" into hol90.
