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