// // Copyright (C) 2003 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. // // package mercury; public class math { public static mercury.private_builtin.type_info_1 math__type_ctor_info_domain_error_0 = new mercury.private_builtin.type_info_1(); public static class domain_error_0 { public java.lang.String F1 = null; public domain_error_0(java.lang.String F1) { ((math.domain_error_0) (this)).F1 = F1; } } }