Files
mercury/extras/xml/xml.m
Julien Fischer e70923a910 Remove some non-abstract instance declarations from module
Estimated hours taken: 0.1
Branches: main, release

extras/xml/*.m:
	Remove some non-abstract instance declarations from module
	interfaces; the compiler no longer supports them.

	Replace uses of ':' as a module qualifier.

	Remove duplicate module imports.
2005-05-18 13:50:56 +00:00

21 lines
676 B
Mathematica

%---------------------------------------------------------------------------%
% Copyright (C) 2000, 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.
%---------------------------------------------------------------------------%
%
% Main author: conway@cs.mu.oz.au.
%
%---------------------------------------------------------------------------%
:- module xml.
:- interface.
:- include_module xml.cat.
:- include_module xml.doc.
:- include_module xml.dtd.
:- include_module xml.encoding.
:- include_module xml.parse.
:- include_module xml.ns.