mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 04:43:53 +00:00
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
:- module instmap.
|
|
:- interface.
|
|
:- type (instmap:instmap).
|
|
:- type (instmap:instmap_delta).
|