%---------------------------------------------------------------------------% % Copyright (C) 1997-1998,2001 The University of Melbourne. % This file may only be copied under the terms of the GNU Library General % Public License - see the file COPYING.LIB in the Mercury distribution. %---------------------------------------------------------------------------% :- module complex_numbers. :- interface. :- include_module complex, imag. :- include_module complex_float, float_complex. :- include_module complex_imag, imag_complex. :- include_module float_imag, imag_float.