Last change
on this file since 882 was
757,
checked in by mulligan, 10 years ago
|
Lots more fixing to get both front and backends using same conventions and types.
|
File size:
336 bytes
|
Line | |
---|
1 | include "common/AST.ma". |
---|
2 | |
---|
3 | axiom CostTag : String. |
---|
4 | |
---|
5 | definition costlabel ≝ identifier CostTag. |
---|
6 | |
---|
7 | (* For use in importing programs in intermediate languages. *) |
---|
8 | definition costlabel_of_nat : nat → costlabel ≝ identifier_of_nat ?. |
---|
9 | |
---|
10 | (* dpm: fix identifier/costlabel mismatch *) |
---|
11 | axiom Identifier_of_costlabel: costlabel → Identifier. |
---|
Note: See
TracBrowser
for help on using the repository browser.