mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 10:53:40 +00:00
16 lines
350 B
Mathematica
16 lines
350 B
Mathematica
%---------------------------------------------------------------------------%
|
|
% vim: ts=4 sw=4 et ft=mercury
|
|
%---------------------------------------------------------------------------%
|
|
|
|
:- module bug100_2.
|
|
:- interface.
|
|
|
|
:- import_module bug100_3.
|
|
:- import_module unit.
|
|
|
|
:- instance tc2(unit).
|
|
|
|
:- implementation.
|
|
|
|
:- instance tc2(unit) where [].
|