mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 20:33:55 +00:00
5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
:- module modes.
|
|
:- interface.
|
|
:- type (modes:how_to_check_goal).
|
|
:- type (modes:extra_goals).
|