mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 18:33:58 +00:00
10 lines
285 B
Mathematica
10 lines
285 B
Mathematica
%---------------------------------------------------------------------------%
|
|
% vim: ts=4 sw=4 et ft=mercury
|
|
%---------------------------------------------------------------------------%
|
|
|
|
:- module module_b.
|
|
:- interface.
|
|
|
|
:- use_module module_c.
|
|
:- type module_b.foo == module_c.foo.
|