1% BEGIN LICENSE BLOCK
2% Version: CMPL 1.1
3%
4% The contents of this file are subject to the Cisco-style Mozilla Public
5% License Version 1.1 (the "License"); you may not use this file except
6% in compliance with the License.  You may obtain a copy of the License
7% at www.eclipse-clp.org/license.
8% 
9% Software distributed under the License is distributed on an "AS IS"
10% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See
11% the License for the specific language governing rights and limitations
12% under the License. 
13% 
14% The Original Code is  The ECLiPSe Constraint Logic Programming System. 
15% The Initial Developer of the Original Code is  Cisco Systems, Inc. 
16% Portions created by the Initial Developer are
17% Copyright (C) 2006 Cisco Systems, Inc.  All Rights Reserved.
18% 
19% Contributor(s): 
20% 
21% END LICENSE BLOCK
22
23/* "empty" language module for use with eplex modules */
24
25:- module(empty_language,[],[sepia_kernel]).
26
27:- reexport comment / 2 from sepia_kernel.
28:- reexport (local) / 1 from sepia_kernel.
29:- reexport (export) / 1 from sepia_kernel.
30:- reexport (import) / 1 from sepia_kernel.
31:- reexport (writeln) / 2 from sepia_kernel.
32:- reexport ensure_loaded / 1 from sepia_kernel.
33:- reexport current_module / 1 from sepia_kernel.
34:- reexport true / 0 from sepia_kernel.
35:- reexport create_module / 3 from sepia_kernel.
36:- reexport (->) / 2 from sepia_kernel.
37:- reexport (;) / 2 from sepia_kernel.
38