source:
src/common/CostLabel.ma
@
1183
Last change on this file since 1183 was 757, checked in by , 10 years ago | |
---|---|
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.