Files
mercury/trial/ops.int2
1997-12-23 05:02:38 +00:00

8 lines
148 B
Plaintext

:- module ops.
:- interface.
:- type (ops:specifier).
:- type (ops:assoc).
:- type (ops:class).
:- type (ops:table).
:- type (ops:priority) == int.