mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-13 04:44:39 +00:00
Estimated hours taken: 0.2 Branches: main, release library/mer_std.m: library/rational.m: library/integer.m: These modules were unintentionally licensed under the GPL rather than the LGPL.
17 lines
626 B
Mathematica
17 lines
626 B
Mathematica
%-----------------------------------------------------------------------------%
|
|
% Copyright (C) 2002 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.
|
|
%-----------------------------------------------------------------------------%
|
|
% File: mer_std.m
|
|
% Main author: stayl
|
|
%
|
|
% This file is only present so that the library is
|
|
% generated with the correct name.
|
|
%-----------------------------------------------------------------------------%
|
|
:- module mer_std.
|
|
|
|
:- implementation.
|
|
|
|
:- import_module library.
|