Last change
on this file since 985 was
746,
checked in by mulligan, 10 years ago
|
Changes to bitvectortrieset: equality on sets. Added new file for translation of variable set functor. other small changes.
|
File size:
305 bytes
|
Line | |
---|
1 | include "basics/types.ma". |
---|
2 | |
---|
3 | include "ASM/BitVectorTrie.ma". |
---|
4 | include "common/Identifiers.ma". |
---|
5 | |
---|
6 | axiom LabelTag : String. |
---|
7 | |
---|
8 | definition label ≝ identifier LabelTag. |
---|
9 | |
---|
10 | definition label_eq : ∀x,y:label. (x=y) + (x≠y) ≝ identifier_eq ?. |
---|
11 | |
---|
12 | definition graph : Type[0] → Type[0] ≝ identifier_map LabelTag. |
---|
Note: See
TracBrowser
for help on using the repository browser.