%---------------------------------------------------------------------------% % vim: ft=mercury ts=4 sw=4 et %---------------------------------------------------------------------------% :- module int_imp_test. :- interface. :- import_module int_imp_test_2. :- type t0 ---> f0(t1, t2).