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