6 Common Aldor Include File for MyAlps

 6.1 Global Macros
 6.2 Support for Tracing Domain Instantiations
 6.3 Loading the MyAlps Library

This file should be included in every file that uses the MyAlps library.

After giving a copyright notice we include the standard library Algebra.

The assertion MacrosMyAlps is set for the compilation of MyAlps.

33* 13+   21  38
-------------------------------------------------------------------
----
---- ALLPROSE
---- Copyright (C) Ralf Hemmecke (ralf@hemmecke.de)
---- http://www.hemmecke.de/aldor
----
-------------------------------------------------------------------

#include "algebra"
#if MacrosMyAlps
macro {
        global macros 34
}
#endif
domain instantiation support 36
loading the library 37