mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
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.
21 lines
676 B
Mathematica
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.
|
|
|