mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 20:33:55 +00:00
4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
:- module tree.
|
|
:- interface.
|
|
:- type (tree:tree(T)).
|