Last change
on this file since 2649 was
2645,
checked in by sacerdot, 8 years ago
|
- some broken back-end files repaires, several still to go
- the string datatype has been refined into three different data
types: string (for backend comments); identifierTag; ErrorMessage?
- all axioms of type String have been turned into constructors of one of the
three datatypes. In this way we do not have axioms to be implemented in
the extracted files
|
File size:
208 bytes
|
Line | |
---|
1 | include "common/AST.ma". |
---|
2 | |
---|
3 | definition costlabel ≝ identifier CostTag. |
---|
4 | |
---|
5 | (* For use in importing programs in intermediate languages. *) |
---|
6 | definition costlabel_of_nat : nat → costlabel ≝ identifier_of_nat ?. |
---|
Note: See
TracBrowser
for help on using the repository browser.