mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
:- module ops.
|
|
:- interface.
|
|
:- type (ops:specifier).
|
|
:- type (ops:assoc).
|
|
:- type (ops:class).
|
|
:- type (ops:table).
|
|
:- type (ops:priority) == int.
|