mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 10:53:40 +00:00
12 lines
303 B
Mathematica
12 lines
303 B
Mathematica
%---------------------------------------------------------------------------%
|
|
% vim: ft=mercury ts=4 sw=4 et
|
|
%---------------------------------------------------------------------------%
|
|
|
|
:- module int_imp_test.
|
|
:- interface.
|
|
|
|
:- import_module int_imp_test_helper_1.
|
|
|
|
:- type t0
|
|
---> f0(t1, t2).
|