mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-13 04:44:39 +00:00
Estimated hours taken: 0.2 Import Peter Schachte's ROBDD package into the Mercury repository as `mercury/robdd'. Vendor tag is `robdd'. Release tag is `REL_1_0'.
7 lines
81 B
C
7 lines
81 B
C
typedef struct IteEntry{
|
|
node *f;
|
|
node *g;
|
|
node *h;
|
|
node *where;
|
|
}iteEntry;
|