%---------------------------------------------------------------------------% % vim: ts=4 sw=4 et ft=mercury %---------------------------------------------------------------------------% :- module direct_arg_intermod3. :- interface. :- type foo ---> foo(int, int).