%---------------------------------------------------------------------------% % vim: ts=4 sw=4 et ft=mercury %---------------------------------------------------------------------------% :- module nested_module_r_2. :- interface. :- type foo ---> a ; b(int). :- type bar ---> c(float).